We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b8793 commit 11afadaCopy full SHA for 11afada
fission/package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"init": "(bun run assetpack && bun run playwright:install) || (npm run assetpack && npm run playwright:install)",
8
- "dev": "vite --open",
+ "dev": "vite --open --host",
9
"build": "tsc && vite build",
10
"build:prod": "tsc && vite build --base=/fission/ --outDir dist/prod",
11
"build:dev": "tsc && vite build --base=/fission-closed/ --outDir dist/dev",
0 commit comments