Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 2b5b7fd

Browse files
authored
Update server.ts: Port change to 3015
1 parent 46d034f commit 2b5b7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enableProdMode();
1515
// Express server
1616
const app = express();
1717

18-
const PORT = process.env.PORT || 3000;
18+
const PORT = process.env.PORT || 3015;
1919
const DIST_FOLDER = join(process.cwd(), 'dist');
2020

2121
// Our index.html we'll use as our template

0 commit comments

Comments
 (0)