feat(dashboard): setting up layout

This commit is contained in:
2025-11-12 16:51:59 +02:00
parent b8b2a15ee9
commit a3f46b6b38
61 changed files with 2957 additions and 123 deletions
+4
View File
@@ -4,6 +4,7 @@
"@basango/encryption": "workspace:*",
"@basango/logger": "workspace:*",
"@hono/node-server": "^1.19.6",
"@hono/trpc-server": "^0.4.0",
"@hono/zod-openapi": "^1.1.4",
"@scalar/hono-api-reference": "^0.9.24",
"@trpc/server": "^11.7.1",
@@ -16,6 +17,9 @@
"zod": "catalog:",
"zod-openapi": "^5.4.3"
},
"exports": {
"./trpc/routers/_app": "./src/trpc/routers/_app.ts"
},
"name": "@basango/api",
"private": true,
"scripts": {