Skip to content

Commit 500d582

Browse files
committed
Port fix
1 parent 5a6beda commit 500d582

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 || 4000;
18+
const PORT = process.env.PORT || 3000;
1919
const DIST_FOLDER = join(process.cwd(), 'dist');
2020

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

0 commit comments

Comments
 (0)