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
I've several different services in the same monorepo. Each has some defstates, but I don't want to start all states, only those extending from some core namespace for a particular service.
It'd be nice if there was some start-from-ns function that takes namespaces and starts defstates in those namespaces as well as any dependent ones.
The text was updated successfully, but these errors were encountered:
I've several different services in the same monorepo. Each has some
defstate
s, but I don't want to start all states, only those extending from some core namespace for a particular service.It'd be nice if there was some
start-from-ns
function that takes namespaces and startsdefstate
s in those namespaces as well as any dependent ones.The text was updated successfully, but these errors were encountered: