mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 22:05:14 +00:00
14 lines
No EOL
370 B
TypeScript
14 lines
No EOL
370 B
TypeScript
// 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"),
|
|
},
|
|
}); |