@toni444
Nothing here yet.
Nothing here yet.
No blogs yet.
José Pablo Ramírez Vargas Hello, thank you for the articles I've created root-project (Vite + Vue) & app (Vite + React) based on your example, right now trying to configure second app using (Vite + Vue) as another project module for root-project In your example there 2 active applications on route /mifea (as we can see vite + vue & vite + react) What I'm trying to achieve is to activate only one app (that is responsible for price page) on route /price (for example) And on route /admin activate project that's responsible for admin page Would appreciate if you could provide some advice on how to achieve that behavior? Basically on 1 route (/price) I want to see price-app On 2nd route (/admin) I want to see admin-app