Hello! I have a question about routes. I’m using blaze + flow router, and for server api meteorhacks:pick. I don’t want server side rendering, but i need to render 2 (for ex.) different initial pages for 2 different user roles and i dont want to share frontend code between them, but they will work on the same data in database, is my only solution is to start two different apps? I was thinking about some rule on serving main.js and maybe main2.js, but its only in theory…
For example:
I have member and admin area. And i dont want frontend admin code to be sent to user with member role in any ways.