Update application ports to 3050 and enhance Playwright tests with WebGL mock
Tests / backend-test (pull_request) Successful in 10s
Tests / frontend-test (pull_request) Successful in 9m25s
Tests / e2e-test (pull_request) Has been cancelled

This commit is contained in:
(jenkins)
2026-04-01 11:04:16 +01:00
parent cac76a2f69
commit 228032c913
11 changed files with 278 additions and 19 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default defineConfig({
exclude: ['**/e2e/**', '**/node_modules/**'],
},
server: {
port: 3000,
port: 3050,
host: '0.0.0.0',
},
build: {