Skip to content

Commit 76790ac

Browse files
committed
add missing files generated after npx cap sync
1 parent 63ffe88 commit 76790ac

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)