更新 vite.config.ts

This commit is contained in:
肖宇迪 2026-01-04 13:40:52 +08:00
parent 8304fdf154
commit e2e9d1bdfc
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
server: {
allowedHosts: ["duooomi.com"]
},
plugins: [
react({
babel: {