fix: replit issues (#49)

main
Tom 2 years ago committed by GitHub
parent 07ee3abc27
commit e20a3a24d8
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 = "index.js"
[packager]
language = "nodejs"
run = "npm run dev"
[packager.features]
packageSearch = true
guessImports = true
enabledForHosting = false

3078
package-lock.json generated

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