mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
Add --no-fork to prevent slow and hanging UI (#817)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user