removed flag to open browser tab on start

This commit is contained in:
waltem01 2024-03-15 09:17:27 +01:00
parent 067a0a0201
commit fb6aba75d7

View File

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