package.json update: host lan for development

This commit is contained in:
Jesse Malotaux 2025-04-11 14:03:02 +02:00
parent 4ce03f7a4b
commit c4d66d130c

View file

@ -4,7 +4,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --profile", "dev": "vite --host",
"build": "vite build --emptyOutDir", "build": "vite build --emptyOutDir",
"preview": "vite preview", "preview": "vite preview",
"lint": "eslint . --fix", "lint": "eslint . --fix",