local env fixes

This commit is contained in:
2026-04-04 15:34:55 +02:00
parent 0dcfc5a677
commit c45fc77150
4 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
PORT=44478
HTTPS=true
HTTPS=false
+1
View File
@@ -12,6 +12,7 @@ export default defineConfig(({ mode }) => {
port,
https,
strictPort: true,
allowedHosts: ['localhost', 'host.docker.internal', 'frontend'],
},
test: {
globals: true,