fix(config): update replit config (#419)

* fix(config): update replit config

* chore(deps): add package-lock.json
This commit is contained in:
Lasse Jørgensen 2022-07-15 18:53:03 +02:00 committed by GitHub
parent 909d5f12d5
commit e5a0c3b02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1024 additions and 1 deletions

10
.replit
View File

@ -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

File diff suppressed because it is too large Load Diff