feat: collapse apps by default, too many
All checks were successful
test-build / build (push) Successful in 44s
test-build / guarddog (push) Successful in 3m37s
renovate / renovate (push) Successful in 1m5s

This commit is contained in:
2026-03-24 20:56:41 -05:00
parent c69fde38f9
commit 79b2f0d1c8

View File

@@ -50,6 +50,7 @@ export default defineConfig({
}, },
{ {
label: "Applications", label: "Applications",
collapsed: true,
autogenerate: { directory: "applications" }, autogenerate: { directory: "applications" },
}, },
], ],