Adds allowed hosts

This commit is contained in:
2025-07-11 09:41:21 -04:00
parent 2f2f647a9e
commit 3db2d70150

View File

@@ -51,7 +51,7 @@ export default defineConfig({
server: {
host: '0.0.0.0',
port: 3000,
allowedHosts: ['radar.roo.lol'],
allowedHosts: ['radar.roo.lol', 'zendo.brechtel', '100.73.14.1'],
proxy: {
'/api': 'http://localhost:3001'
}
@@ -65,4 +65,4 @@ export default defineConfig({
}
}
}
})
})