Revert port back to 3000
This commit is contained in:
parent
4e5e2a32b7
commit
4f1caf8368
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const [app, listen] = new ChemicalServer({
|
|||
uv: true,
|
||||
rammerhead: false,
|
||||
});
|
||||
const port = process.env.PORT || 3001;
|
||||
const port = process.env.PORT || 3000;
|
||||
const dev = process.env.NODE_ENV !== "production";
|
||||
const nextApp = next({ dev });
|
||||
const handle = nextApp.getRequestHandler();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue