-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathfreecodecamp.conf.json
More file actions
44 lines (44 loc) · 1.05 KB
/
freecodecamp.conf.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": "0.0.1",
"port": 8080,
"client": {
"assets": null,
"landing": {
"english": {
"title": "Back End Development and APIs",
"description": "In the Back End Development and APIs Certification, you'll learn how to write back end apps with Node.js and npm. You'll also build web applications with the Express framework, and build a microservice with MongoDB.",
"faq-link": null,
"faq-text": null
}
},
"static": {
"/script/injectable.js": "./client/injectable.js"
}
},
"config": {
"projects.json": "config/projects.json",
"state.json": "config/state.json"
},
"curriculum": {
"locales": {
"english": "./curriculum/locales/english"
},
"assertions": null
},
"hotReload": {
"ignore": [
".logs/.temp.log",
"config/",
"/node_modules/",
".git",
"/target/",
".vscode",
"freecodecamp.conf.json",
"__test"
]
},
"tooling": {
"helpers": "./tooling/helpers.js",
"plugins": "./tooling/plugins.js"
}
}