This commit is contained in:
2026-04-05 17:52:10 +08:00
parent 59c7823cf9
commit a10bdfde35
+2 -1
View File
@@ -7,7 +7,8 @@ export default defineConfig({
server: {
host: '::',
allowedHosts: [
'xiaoji.mymoyu.top'
'xiaoji.mymoyu.top',
"*",
],
},
plugins: [react()],