Files
ForumMobile/capacitor.config.json

17 lines
289 B
JSON

{
"appId": "so.forum.app",
"appName": "Forum",
"webDir": "dist",
"server": {
"url": "http://sam.local:5173",
"cleartext": true
},
"ios": {
"allowsBackForwardNavigationGestures": true
},
"plugins": {
"SplashScreen": {
"launchAutoHide": true
}
}
}