Commit 026b957
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments