feat: add initial storage module
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user