Skip to content

Commit 026b957

Browse files
committed
fix(server): add missing graphile-utils dependency
The server package imports graphile-utils in PublicKeySignature plugin but the dependency was not declared in package.json, causing MODULE_NOT_FOUND errors when running CLI commands that load the server module (e.g., init command). Add graphile-utils dependency to ensure proper module resolution.
1 parent 498b4b9 commit 026b957

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"graphile-search-plugin": "^0.1.2",
6262
"graphile-settings": "^2.5.3",
6363
"graphile-simple-inflector": "^0.1.1",
64+
"graphile-utils": "^4.14.1",
6465
"pg-cache": "workspace:^",
6566
"graphql-tag": "2.12.6",
6667
"graphql-upload": "^13.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)