mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-22 18:28:57 +00:00
chore: fixed fastRun.sh script (#7063)
This commit is contained in:
parent
84160a7143
commit
aa766825cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue