Some test fixes

This commit is contained in:
AG
2025-12-06 20:21:41 +02:00
parent 890f4f0958
commit cd0eef9ad6
23 changed files with 48 additions and 44 deletions

View File

@@ -6,7 +6,9 @@
"scripts": {
"start": "node dist/index.js",
"dev": "ts-node-dev -r dotenv/config --respawn --transpile-only src/index.ts",
"build": "tsc"
"build": "tsc",
"migrate:deploy": "npx prisma migrate deploy"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",