We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcd05f commit d0e6ed9Copy full SHA for d0e6ed9
src/config.ts
@@ -3,4 +3,4 @@ import path from 'path';
3
export const STATIC_PATH = path.join(__dirname, '..', 'public');
4
export const HTML_FILES_PATH = path.join(STATIC_PATH, 'html');
5
6
-export const PORT = 3002;
+export const PORT = 3333;
0 commit comments