1.0
This commit is contained in:
@@ -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']
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user