docs: update fs support and dev proxy port

This commit is contained in:
q
2026-04-19 08:47:01 +08:00
parent c64855d4ad
commit 519dbe1f77
2 changed files with 5 additions and 5 deletions

View File

@@ -19,19 +19,19 @@ module.exports = {
port: 6444,
proxy: {
'/parser': {
target: 'http://127.0.0.1:6400/', // 请求本地
target: 'http://127.0.0.1:6401/', // 请求本地
ws: false
},
'/v2': {
target: 'http://127.0.0.1:6400/', // 请求本地
target: 'http://127.0.0.1:6401/', // 请求本地
ws: false
},
'/json': {
target: 'http://127.0.0.1:6400/', // 请求本地
target: 'http://127.0.0.1:6401/', // 请求本地
ws: false
},
'/d': {
target: 'http://127.0.0.1:6400/', // 请求本地
target: 'http://127.0.0.1:6401/', // 请求本地
ws: false
},
}