vega changes
Deploy Node App / deploy (push) Successful in 11s

This commit is contained in:
Gitea
2026-06-01 11:15:38 +05:30
parent df8de787c0
commit 1184fbab2b
6 changed files with 2649 additions and 118 deletions
+4 -1
View File
@@ -11,6 +11,7 @@
"start": "nodemon index.js"
},
"dependencies": {
"@api/wrenai": "file:.api/apis/wrenai",
"@azure/identity": "^4.13.1",
"@clickhouse/client": "^1.18.5",
"@google/generative-ai": "^0.24.1",
@@ -18,8 +19,10 @@
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"js-yaml": "^4.1.1",
"jsonwebtoken": "^9.0.3",
"nodemon": "^3.1.14",
"openai": "^6.39.0"
"openai": "^6.39.0",
"yaml": "^2.9.0"
}
}