Switch to "true" for allowedHosts
Tests / backend-test (pull_request) Successful in 10s
Tests / frontend-test (pull_request) Failing after 10s
Tests / e2e-test (pull_request) Failing after 1m36s

This commit is contained in:
(jenkins)
2026-04-16 23:52:15 +01:00
parent 0826c606ba
commit 29048e9d2a
+1 -1
View File
@@ -12,7 +12,7 @@ export default defineConfig({
server: {
port: 3050,
host: '0.0.0.0',
allowedHosts: ['*']
allowedHosts: true
},
build: {
outDir: 'build',