added allowedHosts
This commit is contained in:
parent
484b2d7040
commit
3591c5f73d
|
|
@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react'
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
server: {
|
server: {
|
||||||
|
allowedHosts: ['config.email-bayarea.com'],
|
||||||
port: 3008,
|
port: 3008,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue