From the Sails.js docs you can find that to deal with SPA you can add index.html file directly into assets/ directory. But what if I want to have 2 index.html with different SPAs. For example: assets/index.html assets/admin.html
I want these to be available through http://host/ and http://host/admin. How do I configure sails for that?