This commit is contained in:
2026-03-31 11:12:30 +08:00
parent 74332e8f30
commit b369abf7cc
+2 -1
View File
@@ -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()],