fix(cli): run dev server at 8080

This commit is contained in:
himself65 2023-04-14 11:06:22 -05:00
parent 5b96fb0db3
commit c71e5f1c96

View File

@ -53,6 +53,7 @@ const env = {
API_SERVER_PROFILE: dev.server,
PATH: process.env.PATH,
NODE_ENV: 'development',
PORT: 8080,
};
if (dev.debugBlockSuite) {