added project express routes

This commit is contained in:
Storme-bit
2026-04-13 06:12:18 -07:00
parent 07bd6a21ad
commit c14426ecaf
6 changed files with 118 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export default defineConfig({
'/chat': 'http://192.168.0.205:4000',
'/sessions': 'http://192.168.0.205:4000',
'/models': 'http://192.168.0.205:4000',
'/projects': 'http://192.168.0.205:4000',
},
},
});