Adds allowed hosts
This commit is contained in:
@@ -51,7 +51,7 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
port: 3000,
|
port: 3000,
|
||||||
allowedHosts: ['radar.roo.lol'],
|
allowedHosts: ['radar.roo.lol', 'zendo.brechtel', '100.73.14.1'],
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': 'http://localhost:3001'
|
'/api': 'http://localhost:3001'
|
||||||
}
|
}
|
||||||
@@ -65,4 +65,4 @@ export default defineConfig({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user