Categorize routes

This commit is contained in:
Nicola Spadari
2025-02-26 15:26:42 +01:00
parent 2afee8254b
commit 8f5efa0a17
8 changed files with 52 additions and 14 deletions

View File

@@ -26,7 +26,10 @@
<script lang="ts" setup>
definePageMeta({
name: "Store",
icon: "lucide:database"
icon: "lucide:database",
category: "storage",
categoryIcon: "lucide:database",
description: "Handle file creation in the file system"
});
const schema = z.object({