fix(config): update replit config (#419)
* fix(config): update replit config * chore(deps): add package-lock.json
This commit is contained in:
parent
909d5f12d5
commit
e5a0c3b02e
2 changed files with 1024 additions and 1 deletions
10
.replit
10
.replit
|
@ -1,2 +1,10 @@
|
|||
run = "npm start"
|
||||
entrypoint = "server.js"
|
||||
|
||||
[packager]
|
||||
language = "nodejs"
|
||||
run = "npm start"
|
||||
|
||||
[packager.features]
|
||||
packageSearch = true
|
||||
guessImports = true
|
||||
enabledForHosting = false
|
1015
package-lock.json
generated
Normal file
1015
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue