feat: Implement Telegram Bot and AI Settings

This commit is contained in:
renato97
2026-01-28 23:15:44 -03:00
parent 4ba5841839
commit f369bb70fe
115 changed files with 26873 additions and 26 deletions

7
dist/server/app-paths-manifest.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"/page": "app/page.js",
"/api/settings/route": "app/api/settings/route.js",
"/settings/page": "app/settings/page.js",
"/api/test/ai/route": "app/api/test/ai/route.js",
"/api/proxy/models/route": "app/api/proxy/models/route.js"
}