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.
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-nsfunction that takes namespaces and startsdefstates in those namespaces as well as any dependent ones.