fix: replit issues (#25)

This commit is contained in:
Tom 2022-07-16 12:36:10 -05:00 committed by GitHub
parent 755a42e8e1
commit 41a1ab7573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1715 additions and 479 deletions

2
.gitattributes vendored Normal file
View File

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

1
.prettierignore Normal file
View File

@ -0,0 +1 @@
.replit

10
.replit
View File

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

2181
package-lock.json generated

File diff suppressed because it is too large Load Diff