Skip to content

Commit 11afada

Browse files
committed
Fixing unit tests
1 parent 60b8793 commit 11afada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fission/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"init": "(bun run assetpack && bun run playwright:install) || (npm run assetpack && npm run playwright:install)",
8-
"dev": "vite --open",
8+
"dev": "vite --open --host",
99
"build": "tsc && vite build",
1010
"build:prod": "tsc && vite build --base=/fission/ --outDir dist/prod",
1111
"build:dev": "tsc && vite build --base=/fission-closed/ --outDir dist/dev",

0 commit comments

Comments
 (0)