Added cache busting option for devs
All checks were successful
Pull Request CI / Merge Check (pull_request) Successful in 3m44s

This commit is contained in:
2026-03-08 10:34:29 -04:00
parent ef3cbbf370
commit 0cc327a9c4
7 changed files with 117 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ const router = createRouter({
{ path: '/trainingReport/new', component: () => import('@/pages/TrainingReport.vue'), meta: { requiresAuth: true, memberOnly: true } },
{ path: '/trainingReport/:id', component: () => import('@/pages/TrainingReport.vue'), meta: { requiresAuth: true, memberOnly: true } },
{ path: '/developer', component: () => import('@/pages/DeveloperTools.vue'), meta: { requiresAuth: true, memberOnly: true, roles: ['Dev'] } },
// ADMIN / STAFF ROUTES
{
path: '/administration',