1
This commit is contained in:
+2
-1
@@ -4,8 +4,9 @@ import react from '@vitejs/plugin-react'
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
server: {
|
||||
host: '::',
|
||||
allowedHosts: [
|
||||
'*'
|
||||
'xiaoji.mymoyu.top'
|
||||
],
|
||||
},
|
||||
plugins: [react()],
|
||||
|
||||
Reference in New Issue
Block a user