- productId: notelett - displayName: NoteLett - domain: notelett.app - iOS bundle: com.bytelyst.notelett - Android bundle: com.notelett.app - backend port: 4016 - token namespace: --nl-* (CSS), NoteLettTheme (native) Rippled through: - shared/product.json (canonical source) - backend package.json, config, cosmos-init, all 10 test files - web package.json, landing page, notes-client test - mobile app.json, package.json, auth screen - docs: PRD, ROADMAP, architecture review, foundations, web/mobile roadmaps - registered in learning_ai_common_plat/products/notelett/ Verification: backend typecheck + 18 tests, web typecheck + 6 tests, mobile typecheck — all pass.
22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"expo": {
|
|
"name": "NoteLett",
|
|
"slug": "notelett",
|
|
"version": "0.1.0",
|
|
"orientation": "portrait",
|
|
"userInterfaceStyle": "dark",
|
|
"scheme": "notelett",
|
|
"plugins": ["expo-router"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.bytelyst.notelett"
|
|
},
|
|
"android": {
|
|
"package": "com.notelett.app"
|
|
},
|
|
"web": {
|
|
"bundler": "metro"
|
|
}
|
|
}
|
|
}
|