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

@@ -25,8 +25,11 @@
<script lang="ts" setup>
definePageMeta({
name: "Commands",
icon: "lucide:square-terminal"
name: "Shell commands",
icon: "lucide:terminal",
description: "Execute shell commands",
category: "system",
categoryIcon: "lucide:square-terminal"
});
const schema = z.object({