feat: apply coderabbit suggestions

This commit is contained in:
Kacper
2025-12-18 15:49:49 +01:00
parent c4a90d7f29
commit a85390b289
2 changed files with 13 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ export default defineConfig(({ command }) => {
},
},
server: {
port: 3007,
port: parseInt(process.env.TEST_PORT || "3007", 10),
},
build: {
outDir: "dist",