chore: auto run affine before client dev

This commit is contained in:
linonetwo
2023-02-01 08:55:13 +08:00
parent 97994b81c6
commit c064006c02
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"build": {
"beforeDevCommand": "",
"beforeDevCommand": "pnpm dev:prerequisite",
"beforeBuildCommand": "pnpm build:web",
"devPath": "http://localhost:8080",
"distDir": "../dist",