diff --git a/src/bin/run.sh b/src/bin/run.sh index 463e5936d..0f11a1239 100755 --- a/src/bin/run.sh +++ b/src/bin/run.sh @@ -32,4 +32,4 @@ src/bin/installDeps.sh "$@" || exit 1 # Move to the node folder and start log "Starting Etherpad..." -exec pnpm run dev --prefix ./src "$@" +exec pnpm run dev "$@"