Skip to content

Commit 28c9b5f

Browse files
authored
Merge pull request #2372 from numbersprotocol/fix-add-missing-capacitor-server-configs
add missing files generated after `npx cap sync`
2 parents 0413e89 + a87d0d9 commit 28c9b5f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

android/app/src/main/assets/capacitor.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"iconColor": "#564dfc"
2222
}
2323
},
24-
"cordova": {}
24+
"cordova": {},
25+
"server": {
26+
"androidScheme": "https"
27+
}
2528
}

ios/App/App/capacitor.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"iconColor": "#564dfc"
2222
}
2323
},
24-
"cordova": {}
24+
"cordova": {},
25+
"server": {
26+
"androidScheme": "https"
27+
}
2528
}

0 commit comments

Comments
 (0)