forked from nixcn/nixcn-cms
chore(client): specify dev server host
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
@@ -25,6 +25,8 @@ export default defineConfig({
|
||||
proxy: {
|
||||
'/api': 'http://10.0.0.10:8000',
|
||||
},
|
||||
allowedHosts: ['dev.sne.moe'],
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
allowedHosts: ['test.sne.moe'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user