Skip to content

Commit ae0b622

Browse files
authored
Mariano/fix deps (#1636)
* chore(bun.lock): update package versions for various dependencies * chore(workflows): update bun install command to use --frozen-lockfile * chore(workflows): update bun install command to include --ignore-scripts * refactor(db): remove unused dotenv import from prisma.config.ts
1 parent 26ad172 commit ae0b622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/db/prisma.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'dotenv/config';
21
import path from 'node:path';
32
import { defineConfig } from 'prisma/config';
43

0 commit comments

Comments
 (0)