feat: add auth protection to routes using meta fields

This commit is contained in:
mono
2026-03-15 23:32:36 -05:00
parent 6e3d9b8a49
commit eb4811ab8b
4 changed files with 24 additions and 2 deletions

View File

@@ -3,5 +3,9 @@
</template>
<script setup>
//
definePage({
meta: {
requiresAuth: true
}
})
</script>