Files
loto/android/capacitor.config.json
tiennm99 d1b68b2fe4 build(android): build from web/ instead of the loto submodule
web/ and android/ now live in one repository, so the pinned submodule at
android/loto is redundant. Point Capacitor's webDir and the build script at
../web directly, and drop the pin-bumping workflow from the docs.
2026-08-03 18:02:13 +07:00

9 lines
131 B
JSON

{
"appId": "com.miti99.loto",
"appName": "Lo To",
"webDir": "../web/build",
"server": {
"androidScheme": "https"
}
}