first
Deploy Node App / deploy (push) Successful in 10s

This commit is contained in:
Gitea
2026-05-26 12:00:42 +05:30
parent edc579abec
commit df8de787c0
5 changed files with 708 additions and 73 deletions
+4 -1
View File
@@ -11,12 +11,15 @@
"start": "nodemon index.js"
},
"dependencies": {
"@azure/identity": "^4.13.1",
"@clickhouse/client": "^1.18.5",
"@google/generative-ai": "^0.24.1",
"axios": "^1.16.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"nodemon": "^3.1.14"
"nodemon": "^3.1.14",
"openai": "^6.39.0"
}
}