host script (no tanstack devtools)

This commit is contained in:
Oliver Bryan
2026-01-20 22:40:42 +00:00
parent 1fa85ef22b
commit 6a91b4b9f3
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"host": "NODE_ENV=production vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "export __NV_DISABLE_EXPLICIT_SYNC=1 && tauri dev"