fix: replit issues (#21)

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

3
.gitattributes vendored

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

@ -0,0 +1 @@
.replit

@ -1,2 +1,10 @@
run = "npm start"
entrypoint = "index.js"
[packager]
language = "nodejs"
run = "npm start"
[packager.features]
packageSearch = true
guessImports = true
enabledForHosting = false

1138
package-lock.json generated

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