fix: replit issues (#25)
This commit is contained in:
@@ -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 @@
|
|||||||
language = "nodejs"
|
|
||||||
run = "npm start"
|
run = "npm start"
|
||||||
|
entrypoint = "server.js"
|
||||||
|
|
||||||
|
[packager]
|
||||||
|
language = "nodejs"
|
||||||
|
|
||||||
|
[packager.features]
|
||||||
|
packageSearch = true
|
||||||
|
guessImports = true
|
||||||
|
enabledForHosting = false
|
||||||
Generated
+1703
-478
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user