rename prisma config from ts to js to fix docker compose issues

This commit is contained in:
2026-03-19 03:18:14 +08:00
parent 0d0cd6d41b
commit 85b7d0ee6f
2 changed files with 12 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
// This file was generated by Prisma and assumes you have installed the following:
// npm install --save-dev prisma dotenv
import "dotenv/config";
import { defineConfig, env } from "prisma/config";
export default defineConfig({
schema: "prisma/schema.prisma",
migrations: {
path: "prisma/migrations",
},
datasource: {
url: env("DATABASE_URL"),
},
});