chore(desktop): simplify code (#1146)

This commit is contained in:
Himself65
2023-02-20 23:15:40 -06:00
committed by GitHub
parent ed4d1e8bcd
commit edd8f347bc
13 changed files with 30 additions and 191 deletions

View File

@@ -1,6 +1,6 @@
{
"build": {
"beforeDevCommand": "pnpm build:preload && pnpm dev:prerequisite",
"beforeDevCommand": "pnpm dev:web",
"beforeBuildCommand": "pnpm build:preload && pnpm build:affine",
"devPath": "http://localhost:8080",
"distDir": "../public",