Update .replit

Added the ability to run Silly Tavern on replit with the Run button and don't have to manually go to Shell to start it
This commit is contained in:
itzraf-lab
2023-06-09 17:46:01 +08:00
committed by GitHub
parent a73a205e2c
commit c4f9fdd1ee

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