Skip to content

Commit d0e6ed9

Browse files
BSA-183: * PORT
1 parent 6dcd05f commit d0e6ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import path from 'path';
33
export const STATIC_PATH = path.join(__dirname, '..', 'public');
44
export const HTML_FILES_PATH = path.join(STATIC_PATH, 'html');
55

6-
export const PORT = 3002;
6+
export const PORT = 3333;

0 commit comments

Comments
 (0)