Skip to content

Commit e5a0c3b

Browse files
authored
fix(config): update replit config (freeCodeCamp#419)
* fix(config): update replit config * chore(deps): add package-lock.json
1 parent 909d5f1 commit e5a0c3b

File tree

2 files changed

+1024
-1
lines changed

2 files changed

+1024
-1
lines changed

.replit

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
run = "npm start"
2+
entrypoint = "server.js"
3+
4+
[packager]
15
language = "nodejs"
2-
run = "npm start"
6+
7+
[packager.features]
8+
packageSearch = true
9+
guessImports = true
10+
enabledForHosting = false

0 commit comments

Comments
 (0)