local env fixes
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
PORT=44478
|
||||
HTTPS=true
|
||||
HTTPS=false
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ export default defineConfig(({ mode }) => {
|
||||
port,
|
||||
https,
|
||||
strictPort: true,
|
||||
allowedHosts: ['localhost', 'host.docker.internal', 'frontend'],
|
||||
},
|
||||
test: {
|
||||
globals: true,
|
||||
|
||||
Reference in New Issue
Block a user