feat: update

This commit is contained in:
Rogee
2025-05-08 11:46:57 +08:00
parent 1199118fb4
commit f92429a9c6
6 changed files with 47 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ export default defineConfig({
}
}
},
base: "./",
base: "/admin",
minify: true,
sourceMap: true,
plugins: [
@@ -26,6 +26,8 @@ export default defineConfig({
}
},
server: {
host: '0.0.0.0',
allowedHosts: ['mp.jdwan.com'],
port: 3000,
open: true,
proxy: {