From c4f9fdd1eee1ac0def1485f5117b480bbf3e5152 Mon Sep 17 00:00:00 2001 From: itzraf-lab <134476692+itzraf-lab@users.noreply.github.com> Date: Fri, 9 Jun 2023 17:46:01 +0800 Subject: [PATCH] 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 --- .replit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.replit b/.replit index 69a31064b..3d9cd541f 100644 --- a/.replit +++ b/.replit @@ -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