mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 10:21:24 +02:00
Move these apps to apps-archived/ as they are not actively developed: - inventory: Inventory management app - presi: Presentation tool - storage: Cloud storage app These can be reactivated by moving back to apps/ when needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
17 lines
472 B
JSON
17 lines
472 B
JSON
{
|
|
"name": "presi",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm --filter '@presi/*' run dev",
|
|
"build": "pnpm --filter '@presi/*' run build",
|
|
"lint": "pnpm --filter '@presi/*' run lint",
|
|
"type-check": "pnpm --filter '@presi/*' run type-check",
|
|
"db:push": "pnpm --filter @presi/backend db:push",
|
|
"db:studio": "pnpm --filter @presi/backend db:studio"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"packageManager": "pnpm@9.15.0"
|
|
}
|