I’ve read about the fallback and SPA fallback here: https://docs.servicestack.net/routing#fallback-route
I have multiple SPA applications, all using the API that is built with SS.
Is it possible (or advisable) to serve this from within wwwroot, using StaticPages and Fallback (for client side routing)? I know it can be done for a single SPA living at wwwroot, but what if I’ve got another SPA in a sub folder of wwwroot? Currently using some IIS trickery, so just wondering if it could be done better with SS.