Skip to content

Commit

Permalink
chore: Add --open flag to vite in dev mode (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Aug 30, 2024
1 parent 4cb61ad commit 13326ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
},
"packageManager": "[email protected]",
"scripts": {
"start": "vite",
"start": "vite --open",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
Expand Down

0 comments on commit 13326ff

Please sign in to comment.