How can I prevent accidental public exposure of Framework7's built-in admin panel when deploying to production?
When developing a Framework7‑Vue application I have added an admin section under the route /admin. I want to be certain that this section cannot be reached by unauthenticated users after the app is built and served publicly, but I am unsure how Framework7’s navigation guard mechanism behaves in production builds. The build process bundles the router configur