From aa766825cbd2e3632eede605cd479575cf896692 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+SamTV12345@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:24:19 +0200 Subject: [PATCH] chore: fixed fastRun.sh script (#7063) --- bin/fastRun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fastRun.sh b/bin/fastRun.sh index b18469edb..b67e723f6 100755 --- a/bin/fastRun.sh +++ b/bin/fastRun.sh @@ -19,4 +19,4 @@ cd "${MY_DIR}/.." || exit 1 echo "Running directly, without checking/installing dependencies" # run Etherpad main class -exec node --import tsx src/node/server.ts "$@" +exec pnpm run prod "$@"