Merge pull request #471 from itzraf-lab/patch-1

Update .replit
This commit is contained in:
Cohee
2023-06-09 13:04:01 +03:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
hidden = [".config", "package-lock.json"]
run = "chmod 755 ./start.sh && ./start.sh"
entrypoint = "server.js"
[[hints]]
regex = "Error \\[ERR_REQUIRE_ESM\\]"
@@ -62,7 +63,7 @@ support = true
cwd = "."
environment = []
pauseForSourceMap = false
program = "./index.js"
program = "./server.js"
request = "launch"
sourceMaps = true
stopOnEntry = false