@@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
- "dev": "vite --clearScreen false --port 5000",
+ "dev": "vite --clearScreen false --port 5173",
"build": "vite build",
"serve": "vite preview",
"tauri": "node ../../tooling/cli/node/tauri.js"
@@ -2,7 +2,7 @@
"$schema": "../../../tooling/cli/schema.json",
"build": {
"distDir": "../dist",
- "devPath": "http://localhost:5000",
+ "devPath": "http://localhost:5173",
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build"
},