Compare commits

...

2 Commits

Author SHA1 Message Date
aaced3ccf5 Adds host config entry for deployment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-02-12 23:25:07 -06:00
bce365f4fc Adds allowedHosts entry for deployment 2025-02-12 23:12:09 -06:00

View File

@ -8,11 +8,12 @@ export default defineConfig({
preview: {
port: 8084,
strictPort: true,
host: '0.0.0.0'
},
server: {
port: 8084,
strictPort: true,
host: true,
//origin: "http://0.0.0.0:8084",
},
}
})