更新 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/
|
// https://vite.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
server: {
|
||||||
|
allowedHosts: ["duooomi.com"]
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
react({
|
react({
|
||||||
babel: {
|
babel: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue