This commit is contained in:
xx
2026-02-28 10:05:36 +08:00
parent debed766d5
commit e37d605e38
12 changed files with 970 additions and 887 deletions

View File

@@ -3,8 +3,12 @@ import react from '@vitejs/plugin-react-swc'
// https://vite.dev/config/
export default defineConfig({
base: "./",
plugins: [react()],
server: {
allowedHosts: ['ipad.shenynet.com'],
},
resolve: {
dedupe: ['react', 'react-dom']
},
})