I just noticed that the deps are reitit.swagger... is luminus swagger reitit based now by default?
luminus now use reitit as its router now
during app startup i specify the order but usually my mount states are separate so i don't have to think about that if you are looking for more control use component framework but i dont like it
in my case, i want to connect db first, then update something from db in interval seconds
create two states and (start db) (start interval) i had something similar and never had an issue