Commit 8958e3d
fix(app-control): declare @elizaos/shared dependency for turbo build ordering
src/services/app-registry-service.ts and src/actions/app-load-from-directory.ts
both import from "@elizaos/shared", but package.json only declared @elizaos/core.
Turbo's "^build" task dependency couldn't resolve the missing edge, so
@elizaos/shared's dist wasn't built before plugin-app-control tried to bundle
it — Nightly Build failed with esbuild "Could not resolve '@elizaos/shared'".
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 44a1aa3 commit 8958e3d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments