mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
dev environment
This commit is contained in:
3
packages/frontend/.env.example
Normal file
3
packages/frontend/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
__NV_DISABLE_EXPLICIT_SYNC=1
|
||||
|
||||
SERVER_URL=http://localhost:1420
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user