add update service

This commit is contained in:
2026-04-01 20:29:47 -07:00
parent d0863b675e
commit 58adf490cc
4 changed files with 59 additions and 18 deletions

View File

@@ -22,6 +22,7 @@ export default defineConfig({
'/file-content': 'http://127.0.0.1:8188',
'/help-docs': { target: 'http://127.0.0.1:8188', changeOrigin: true },
'/prompt': 'http://127.0.0.1:8188',
'/check-update': 'http://127.0.0.1:8188',
'/ws': {
target: 'http://127.0.0.1:8188',
ws: true,