Fix demo seed runtime
Build and deploy Docker image / build (push) Successful in 3m30s

This commit is contained in:
Ruslan Bakiev
2026-06-07 11:09:56 +07:00
parent c65cc01db2
commit 02b8d489f5
4 changed files with 6 additions and 35 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { prisma } from '../src/db.js'
import { prisma } from '../dist/db.js'
function requiredEnv(name: string): string {
const value = process.env[name]?.trim()