Skip to content

Commit 001c60c

Browse files
committed
build fixes
1 parent 46804a9 commit 001c60c

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

apps/backend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"author": "",
2727
"license": "ISC",
2828
"dependencies": {
29+
"@prisma/client": "6.7.0",
2930
"@trpc/server": "11.0.0-rc.730",
3031
"bcryptjs": "^3.0.0",
3132
"cors": "^2.8.5",

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3001 --webpack",
7-
"build": "next build",
7+
"build": "next build --webpack",
88
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
99
"start": "next start",
1010
"lint": "eslint .",

knip.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default {
1212
},
1313
"apps/backend": {
1414
ignore: ["prisma/client/**/*"],
15+
ignoreDependencies: ["@prisma/client"],
1516
},
1617
},
1718
} satisfies KnipConfig

pnpm-lock.yaml

Lines changed: 23 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)