mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 06:49:40 +02:00
style: auto-format codebase with Prettier
Applied formatting to 1487+ files using pnpm format:write - TypeScript/JavaScript files - Svelte components - Astro pages - JSON configs - Markdown docs 13 files still need manual review (Astro JSX comments)
This commit is contained in:
parent
0241f5554c
commit
d36b321d9d
3952 changed files with 661498 additions and 739751 deletions
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"name": "wisekeep",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Wisekeep - AI-powered wisdom extraction from video content",
|
||||
"scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"dev:backend": "pnpm --filter @wisekeep/backend dev",
|
||||
"dev:web": "pnpm --filter @wisekeep/web dev",
|
||||
"dev:landing": "pnpm --filter @wisekeep/landing dev",
|
||||
"dev:mobile": "pnpm --filter @wisekeep/mobile dev",
|
||||
"build": "turbo run build",
|
||||
"lint": "turbo run lint",
|
||||
"type-check": "turbo run type-check",
|
||||
"clean": "turbo run clean"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turbo": "^1.13.4",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.0"
|
||||
"name": "wisekeep",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Wisekeep - AI-powered wisdom extraction from video content",
|
||||
"scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"dev:backend": "pnpm --filter @wisekeep/backend dev",
|
||||
"dev:web": "pnpm --filter @wisekeep/web dev",
|
||||
"dev:landing": "pnpm --filter @wisekeep/landing dev",
|
||||
"dev:mobile": "pnpm --filter @wisekeep/mobile dev",
|
||||
"build": "turbo run build",
|
||||
"lint": "turbo run lint",
|
||||
"type-check": "turbo run type-check",
|
||||
"clean": "turbo run clean"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turbo": "^1.13.4",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue