feat(admin): scaffold admin module and add GET /permissions endpoint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit was merged in pull request #91.
This commit is contained in:
2026-04-22 13:30:19 +02:00
parent b8d359a507
commit 9168ca53da
5 changed files with 72 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
import makeIndex from "$root/defaults/makeIndex.ts";
export default makeIndex(import.meta.dirname!);