host on network

This commit is contained in:
Oliver Bryan
2025-12-27 05:37:41 +00:00
parent d32ac015f8
commit f04b8e05c9

View File

@@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite --host",
"build": "tsc && vite build", "build": "tsc && vite build",
"preview": "vite preview", "preview": "vite preview",
"tauri": "export __NV_DISABLE_EXPLICIT_SYNC=1 && tauri dev" "tauri": "export __NV_DISABLE_EXPLICIT_SYNC=1 && tauri dev"