fix: explicit prisma client installation and move prisma to devDependencies

This commit is contained in:
AyrisAI
2026-04-04 04:57:13 +03:00
parent 81709cdfff
commit 0f5c29e50f
13 changed files with 1297 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ import { defineConfig } from '@prisma/config'
export default defineConfig({
datasource: {
adapter: 'postgresql',
url: "postgres://postgres:fsI47H3bbfpNCQD8GiCre2T97OOY8BwUJ02hUYzZfehYhutUJPO14BZgYsh0z3sG@65.109.236.58:3945/postgres"
}
})