feat(rulebook): /rules route, nav entry, g+r shortcut

This commit is contained in:
2026-05-27 22:01:54 -04:00
parent 447adf816c
commit f2afb2a8bf
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -79,6 +79,11 @@ const router = createRouter({
name: "project-view",
component: () => import("@/views/ProjectView.vue"),
},
{
path: "/rules",
name: "rules",
component: () => import("@/views/RulesView.vue"),
},
{
path: "/tasks",
redirect: "/",