fix: replit issues (#21)

This commit is contained in:
Tom
2022-07-15 16:52:19 -05:00
committed by GitHub
parent 43129290e6
commit 2cff4108f9
4 changed files with 760 additions and 392 deletions
+3
View File
@@ -0,0 +1,3 @@
# Tell Linguist to exclude HTML files to help Replit language detection.
*.html linguist-vendored
*.css linguist-vendored
+1
View File
@@ -0,0 +1 @@
.replit
+9 -1
View File
@@ -1,2 +1,10 @@
language = "nodejs"
run = "npm start"
entrypoint = "index.js"
[packager]
language = "nodejs"
[packager.features]
packageSearch = true
guessImports = true
enabledForHosting = false
+747 -391
View File
File diff suppressed because it is too large Load Diff