Adds allowed hosts
This commit is contained in:
@@ -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({
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user