Set up monorepo structure with git submodules: - android/ -> SnapLedger-Android (Kotlin + Jetpack Compose) - backend/ -> SnapLedger-Backend (Python FastAPI) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
[submodule "android"]
|
|
path = android
|
|
url = ../SnapLedger-Android
|
|
[submodule "backend"]
|
|
path = backend
|
|
url = ../SnapLedger-Backend
|