Add --no-fork to prevent slow and hanging UI (#817)

This commit is contained in:
Crumbowl
2025-06-27 19:11:21 +02:00
committed by GitHub
parent 5d1b023d19
commit 97bfb2d470

View File

@@ -150,7 +150,7 @@ tasks:
desc: Run frontend development server desc: Run frontend development server
dir: frontend dir: frontend
cmds: cmds:
- pnpm dev - pnpm dev --no-fork
ui:ci: ui:ci:
desc: Run frontend build in CI mode desc: Run frontend build in CI mode