Adds host config entry for deployment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
aarbit 2025-02-12 23:25:07 -06:00
parent bce365f4fc
commit aaced3ccf5

View File

@ -8,7 +8,7 @@ export default defineConfig({
preview: {
port: 8084,
strictPort: true,
allowedHosts: ['matrix.halfbinary.net']
host: '0.0.0.0'
},
server: {
port: 8084,