Skip to content

Commit

Permalink
BLOCK-2071 - Revert default port change
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sikachyna committed Jan 17, 2024
1 parent 4d86ed7 commit a0817b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export default defineConfig({
server: {
host: 'localhost',
https: true,
port: 3103,
port: 3102,
},
});

0 comments on commit a0817b0

Please sign in to comment.