File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -15,7 +15,7 @@ enableProdMode();
|
15 | 15 | // Express server
|
16 | 16 | const app = express();
|
17 | 17 |
|
18 |
| -const PORT = process.env.PORT || 4000; |
| 18 | +const PORT = process.env.PORT || 3000; |
19 | 19 | const DIST_FOLDER = join(process.cwd(), 'dist');
|
20 | 20 |
|
21 | 21 | // Our index.html we'll use as our template
|
|
You can’t perform that action at this time.
0 commit comments