Skip to content

Commit

Permalink
chore: expose dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Jul 19, 2024
1 parent 8fbaa70 commit 90a1a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"workbox-streams": "^6.5.4"
},
"scripts": {
"start": "npx vite",
"start": "npx vite --host",
"build": "npx vite build",
"serve": "npx vite preview",
"lint": "npx eslint .",
Expand Down

0 comments on commit 90a1a2b

Please sign in to comment.