fix: replit issues (#24)

main
Tom 2 years ago committed by GitHub
parent ba02f3209e
commit e0ee5b4b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored

@ -0,0 +1,2 @@
# Tell Linguist to exclude HTML files to help Replit language detection.
*.html linguist-vendored

@ -0,0 +1 @@
.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

2619
package-lock.json generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save