feat: open affine dev by default

This commit is contained in:
linonetwo
2023-01-11 18:27:37 +08:00
parent 0b2ab4f9a4
commit 2c06dbf2aa
+2 -2
View File
@@ -1,8 +1,8 @@
{
"build": {
"beforeDevCommand": "pnpm dev:web",
"beforeDevCommand": "",
"beforeBuildCommand": "pnpm build:web",
"devPath": "http://localhost:1420",
"devPath": "http://localhost:8080",
"distDir": "../dist",
"withGlobalTauri": false
},