Skip to content

Commit

Permalink
Build builder in dev mode while on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Dec 18, 2024
1 parent 6f4f114 commit 1349634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1349634

Please sign in to comment.