open browser on dev start

This commit is contained in:
waltem01 2023-11-23 13:41:27 +01:00
parent 8da60b1c10
commit 8f9b728991

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev": "vite dev --open",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",