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

This commit is contained in:
Ruslan Bakiev
2026-06-07 11:09:55 +07:00
parent 53cbac1002
commit 572eb15017
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()