Categorize routes
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user