mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:21:08 +02:00
- Add missing tsconfig.json to finance/packages/shared - Remove recursive turbo scripts from moodlit/package.json 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
520 B
JSON
16 lines
520 B
JSON
{
|
|
"name": "moodlit",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Moodlit - Ambient lighting & mood app",
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"dev:backend": "pnpm --filter @moodlit/backend dev",
|
|
"dev:web": "pnpm --filter @moodlit/web dev",
|
|
"dev:mobile": "pnpm --filter @moodlit/mobile dev",
|
|
"dev:landing": "pnpm --filter @moodlit/landing dev",
|
|
"db:push": "pnpm --filter @moodlit/backend db:push",
|
|
"db:studio": "pnpm --filter @moodlit/backend db:studio"
|
|
},
|
|
"packageManager": "pnpm@9.15.0"
|
|
}
|