allow any host name for now.
Tests / backend-test (pull_request) Successful in 10s
Tests / frontend-test (pull_request) Failing after 12s
Tests / e2e-test (pull_request) Failing after 1m38s

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