Build builder in dev mode while on dev

This commit is contained in:
Adria Navarro 2024-12-18 10:22:17 +01:00
parent 6f4f114796
commit 1349634d9d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"build": "routify -b && NODE_OPTIONS=\"--max_old_space_size=4096\" vite build --emptyOutDir",
"start": "routify -c rollup",
"dev": "routify -c dev:vite",
"dev:vite": "vite --host 0.0.0.0",
"dev:vite": "vite --host 0.0.0.0 --mode=dev",
"rollup": "rollup -c -w",
"test": "vitest run",
"test:watch": "vitest",