Skip to content

Commit df42c8d

Browse files
committed
dev-demo: add adminforth link dependency in package.json and pnpm-lock.yaml; create pnpm-workspace.yaml for overrides
1 parent 3972371 commit df42c8d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

dev-demo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"license": "ISC",
3030
"dependencies": {
3131
"@prisma/client": "^5.22.0",
32+
"adminforth": "link:../../.local/share/pnpm/global/5/node_modules/adminforth",
3233
"better-sqlite3": "^10.1.0",
3334
"clickhouse-migrations": "^1.1.1",
3435
"decimal.js": "^10.6.0",

dev-demo/pnpm-lock.yaml

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

dev-demo/pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
overrides:
2+
adminforth: link:../../.local/share/pnpm/global/5/node_modules/adminforth

0 commit comments

Comments
 (0)