mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 12:09:43 +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)
28 lines
576 B
JSON
28 lines
576 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.13.3",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"env": {
|
|
"EXPO_PUBLIC_SUPABASE_URL": "${EXPO_PUBLIC_SUPABASE_URL}",
|
|
"EXPO_PUBLIC_SUPABASE_ANON_KEY": "${EXPO_PUBLIC_SUPABASE_ANON_KEY}",
|
|
"EXPO_PUBLIC_API_URL": "${EXPO_PUBLIC_API_URL}"
|
|
}
|
|
},
|
|
"preview": {
|
|
"developmentClient": false,
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"developmentClient": false,
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|