fix: update port configuration across application files

- Changed the static server port from 5173 to 3007 in init.mjs, playwright.config.ts, vite.config.mts, and main.ts to ensure consistency in server setup and availability.
- Updated logging messages to reflect the new port configuration.
This commit is contained in:
Kacper
2025-12-18 15:35:05 +01:00
parent 8794156f28
commit c4a90d7f29
4 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ export default defineConfig(({ command }) => {
},
},
server: {
port: 5173,
port: 3007,
},
build: {
outDir: "dist",