chore: add Prisma client to worker, turbo generate task, update env

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 15:36:52 +05:30
parent a4771aaf05
commit fe7a779ed7
6 changed files with 25 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
const path = require('path');
require('dotenv').config({ path: path.resolve(__dirname, '../../.env') });
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',