fix: API server address in electron (#1888)

Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-04-12 13:26:42 +08:00
committed by GitHub
parent fb0d2992c2
commit ba4a2fc9d2
6 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
],
"scripts": {
"dev": "dev-web",
"dev:ac": "NODE_API_SERVER=ac yarn workspace @affine/web dev",
"dev:local": "NODE_API_SERVER=local yarn workspace @affine/web dev",
"dev:ac": "API_SERVER_PROFILE=ac yarn workspace @affine/web dev",
"dev:local": "API_SERVER_PROFILE=local yarn workspace @affine/web dev",
"dev:app": "yarn workspace @affine/electron dev:app",
"build": "yarn workspace @affine/web build",
"build:client": "yarn workspace @affine/client-app build:app",