fix(config/deps): update config and lockfile (#96)
* fix(config/deps): update config and lockfile * fix(config): update entrypoint
This commit is contained in:
parent
0560ff95b1
commit
b476458d3e
2 changed files with 829 additions and 143 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
|
962
package-lock.json
generated
962
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue