update dev build to use --poport 6173 and be available on local network with --host

This commit is contained in:
Padreug 2026-06-10 10:36:59 +02:00
commit 9f8266611b

View file

@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host --port 6173",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",