We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84160a7 commit aa76682Copy full SHA for aa76682
bin/fastRun.sh
@@ -19,4 +19,4 @@ cd "${MY_DIR}/.." || exit 1
19
echo "Running directly, without checking/installing dependencies"
20
21
# run Etherpad main class
22
-exec node --import tsx src/node/server.ts "$@"
+exec pnpm run prod "$@"
0 commit comments