mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
3
.replit
3
.replit
@@ -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
|
||||||
|
Reference in New Issue
Block a user