chore: clean config

This commit is contained in:
2026-01-22 15:30:31 +01:00
parent cdfc99991d
commit 4dcc8f4e03
6 changed files with 26 additions and 160 deletions

View File

@@ -4,7 +4,6 @@
"workspace": [
"api",
"app",
"desktop",
"modules/payment",
"modules/storage",
"platform/cerbos",
@@ -29,9 +28,6 @@
"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."