You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages/ssg/src/drivers.ts:16 imports createRouteGraph from @openelement/app/model. Define the needed contract in protocol and have app implement it, so SSG no longer depends on the product layer.
Acceptance criteria
Protocol contract exists for route graph creation.
What to build
packages/ssg/src/drivers.ts:16importscreateRouteGraphfrom@openelement/app/model. Define the needed contract inprotocoland haveappimplement it, so SSG no longer depends on the product layer.Acceptance criteria
ssgno longer imports from@openelement/app.Blocked by
None