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

View File

@@ -50,7 +50,7 @@ const dev = await p.group(
);
const env = {
NODE_API_SERVER: dev.server,
API_SERVER_PROFILE: dev.server,
PATH: process.env.PATH,
NODE_ENV: 'development',
};