Files
sb-front/capacitor.config.json
T

12 lines
176 B
JSON
Raw Normal View History

{
"appId": "kr.sblog.slimbudget",
"appName": "Slim Budget",
"webDir": "dist",
"server": {
"cleartext": true
},
"android": {
"allowMixedContent": true
}
}