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
When using Motia in a monorepo setup (e.g., Turborepo) with multiple workspaces (e.g., web and server), the standard bun motia install command only works if run inside the specific workspace (like server). Running bun i in the root installs all other dependencies correctly, but Motia does not support being installed once at the root for the whole monorepo
Proposed Solution
add support for bun install and support for mono repo