mirror of
https://github.com/tiennm99/loto.git
synced 2026-08-30 16:20:30 +00:00
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.
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"appId": "com.miti99.loto",
|
|
"appName": "Lo To",
|
|
"webDir": "../web/build",
|
|
"server": {
|
|
"androidScheme": "https"
|
|
}
|
|
}
|