mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(cli): run dev server at 8080
This commit is contained in:
@@ -53,6 +53,7 @@ const env = {
|
||||
API_SERVER_PROFILE: dev.server,
|
||||
PATH: process.env.PATH,
|
||||
NODE_ENV: 'development',
|
||||
PORT: 8080,
|
||||
};
|
||||
|
||||
if (dev.debugBlockSuite) {
|
||||
|
||||
Reference in New Issue
Block a user