Skip to content

Commit aa76682

Browse files
authored
chore: fixed fastRun.sh script (#7063)
1 parent 84160a7 commit aa76682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/fastRun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ cd "${MY_DIR}/.." || exit 1
1919
echo "Running directly, without checking/installing dependencies"
2020

2121
# run Etherpad main class
22-
exec node --import tsx src/node/server.ts "$@"
22+
exec pnpm run prod "$@"

0 commit comments

Comments
 (0)