dev environment

This commit is contained in:
Oliver Bryan
2025-12-13 20:55:52 +00:00
parent a0ec1902fa
commit b2284b1b30
4 changed files with 2082 additions and 1051 deletions

View File

@@ -0,0 +1,3 @@
__NV_DISABLE_EXPLICIT_SYNC=1
SERVER_URL=http://localhost:1420

View File

@@ -6,7 +6,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
"tauri": "tauri dev"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",