Adds allowedHosts configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
aarbit 2025-09-29 23:59:11 -05:00
parent 25dc114246
commit d92a678140

View File

@ -8,6 +8,7 @@ export default defineConfig({
preview: {
port: 8083,
strictPort: true,
allowedHosts: [".halfbinary.net"]
},
server: {
port: 8083,