fix: replit issues (#24)

This commit is contained in:
Tom
2022-07-16 12:43:54 -05:00
committed by GitHub
parent ba02f3209e
commit e0ee5b4b96
4 changed files with 2073 additions and 559 deletions
+2
View File
@@ -0,0 +1,2 @@
# Tell Linguist to exclude HTML files to help Replit language detection.
*.html linguist-vendored
+1
View File
@@ -0,0 +1 @@
.replit
+9 -1
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
+2061 -558
View File
File diff suppressed because it is too large Load Diff