mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix: API server address in electron (#1888)
Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user