mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 14:51:57 +03:00
fix(cli): run dev server at 8080
This commit is contained in:
parent
5b96fb0db3
commit
c71e5f1c96
@ -53,6 +53,7 @@ const env = {
|
||||
API_SERVER_PROFILE: dev.server,
|
||||
PATH: process.env.PATH,
|
||||
NODE_ENV: 'development',
|
||||
PORT: 8080,
|
||||
};
|
||||
|
||||
if (dev.debugBlockSuite) {
|
||||
|
Loading…
Reference in New Issue
Block a user