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