Ship Android app by wrapping CRA build with Capacitor (#20)

Add Capacitor 7 scaffolding (config, android/, npm scripts, .env.mobile),
native back-button/safe-area chrome, icons/splash, and signing docs so
llm-fe ships one codebase to web and Android.
This commit is contained in:
2026-07-26 19:12:19 -05:00
parent b7f23eb16c
commit 0d90269c53
93 changed files with 5408 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
# Mobile (Capacitor) production endpoints — same as .env.production by default.
# Override here to point Android/iOS shells at beta without changing web deploys:
# REACT_APP_BACKEND_REST_API_BASE_URL=https://beta.chatbackend.aimloperations.com/api/
# REACT_APP_BACKEND_WS_API_BASE_URL=wss://beta.chatbackend.aimloperations.com/ws/chat_again/
REACT_APP_BACKEND_REST_API_BASE_URL=https://chatbackend.aimloperations.com/api/
REACT_APP_BACKEND_WS_API_BASE_URL=wss://chatbackend.aimloperations.com/ws/chat_again/