更新 vite.config.ts
This commit is contained in:
parent
8304fdf154
commit
e2e9d1bdfc
|
|
@ -3,6 +3,9 @@ import react from '@vitejs/plugin-react'
|
|||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
server: {
|
||||
allowedHosts: ["duooomi.com"]
|
||||
},
|
||||
plugins: [
|
||||
react({
|
||||
babel: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue