feat: update

This commit is contained in:
Rogee
2025-05-08 21:44:48 +08:00
parent 0cda59b1a7
commit da845f7aae
7 changed files with 119 additions and 34 deletions

View File

@@ -16,9 +16,10 @@ export default defineConfig({
}
},
server: {
port: 3000,
host: '0.0.0.0',
allowedHosts: ['mp.jdwan.com'],
port: 3001,
open: true,
allowedHosts: [".jdwan.com", "0.0.0.0", "127.0.0.1", "localhost", "10.1.1.108"],
proxy: {
'/v1': 'http://localhost:8088',
}