|
|
|
@ -1,12 +1,11 @@ |
|
|
|
import dotenv from 'dotenv'; |
|
|
|
import dotenvExpand from 'dotenv-expand'; |
|
|
|
import { join } from 'node:path'; |
|
|
|
import { defineConfig } from 'prisma/config'; |
|
|
|
|
|
|
|
const myEnv = dotenv.config(); |
|
|
|
dotenvExpand.expand(myEnv); |
|
|
|
|
|
|
|
import { join } from 'node:path'; |
|
|
|
import { defineConfig } from 'prisma/config'; |
|
|
|
|
|
|
|
export default defineConfig({ |
|
|
|
migrations: { |
|
|
|
path: join('prisma', 'migrations'), |
|
|
|
|