This commit is contained in:
Jannik Streek 2024-02-19 21:25:50 +01:00
parent cfedc88064
commit a96b1ed420

View file

@ -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 "$@"