feat: add initial storage module

This commit is contained in:
2026-01-09 01:42:57 +01:00
parent 7336cfd411
commit 304c7969b2
60 changed files with 5988 additions and 107 deletions

View File

@@ -4,9 +4,9 @@
"workspace": [
"api",
"app",
"modules/account",
"desktop",
"modules/payment",
"modules/tenant",
"modules/storage",
"platform/cerbos",
"platform/config",
"platform/database",
@@ -29,6 +29,9 @@
"command": "cd ./app && deno run dev",
"description": "Start app client instance."
},
"desktop": {
"command": "cd ./desktop && deno task tauri dev"
},
"check": {
"command": "deno run -A npm:@biomejs/biome check --write ./api ./apps/react/src ./modules ./platform",
"description": "Format, lint, and organize imports of the entire project."