mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 05:09:39 +02:00
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)
38 lines
698 B
JSON
38 lines
698 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.17.4",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"base": {
|
|
"node": "22.15.0",
|
|
"pnpm": "10.18.1",
|
|
"env": {
|
|
"PNPM_WORKSPACE_ROOT": "../..",
|
|
"EAS_BUILD": "true"
|
|
},
|
|
"cache": {
|
|
"disabled": false,
|
|
"key": "v1",
|
|
"cacheDefaultPaths": true,
|
|
"customPaths": ["node_modules", "../../node_modules", "../../packages/design-tokens/dist"]
|
|
}
|
|
},
|
|
"development": {
|
|
"extends": "base",
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"extends": "base",
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"extends": "base",
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|