chore: update app.json and tsconfig.json post eas init
- app.json : ajout projectId EAS, owner, permissions biométrie Android - tsconfig.json : mise à jour de l'include par expo doctor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,11 @@
|
|||||||
"backgroundColor": "#121212"
|
"backgroundColor": "#121212"
|
||||||
},
|
},
|
||||||
"edgeToEdgeEnabled": true,
|
"edgeToEdgeEnabled": true,
|
||||||
"package": "com.n8npilot.app"
|
"package": "com.n8npilot.app",
|
||||||
|
"permissions": [
|
||||||
|
"android.permission.USE_BIOMETRIC",
|
||||||
|
"android.permission.USE_FINGERPRINT"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"web": {
|
"web": {
|
||||||
"favicon": "./assets/favicon.png"
|
"favicon": "./assets/favicon.png"
|
||||||
@@ -36,6 +40,13 @@
|
|||||||
"faceIDPermission": "Autoriser n8n Pilot à utiliser Face ID"
|
"faceIDPermission": "Autoriser n8n Pilot à utiliser Face ID"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
],
|
||||||
|
"extra": {
|
||||||
|
"router": {},
|
||||||
|
"eas": {
|
||||||
|
"projectId": "4d160555-ded1-4a82-87a7-718d02a52e69"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"owner": "billisdead"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-3
@@ -3,13 +3,14 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": [
|
||||||
|
"./src/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"**/*.ts",
|
"**/*.ts",
|
||||||
"**/*.tsx",
|
"**/*.tsx",
|
||||||
".expo/types/**/*.d.ts",
|
".expo/types/**/*.d.ts"
|
||||||
"expo-env.d.ts"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user