feat: update

This commit is contained in:
Rogee
2025-04-30 18:50:11 +08:00
parent 42c1c17c0a
commit 11288471d4
8 changed files with 204 additions and 91 deletions

View File

@@ -18,6 +18,7 @@ export default defineConfig({
server: {
port: 3000,
open: true,
allowedHosts: [".jdwan.com", "0.0.0.0", "127.0.0.1", "localhost", "10.1.1.108"],
proxy: {
'/v1': 'http://localhost:8088',
}