Files
ForumMobile/capacitor.config.json
2026-04-16 18:27:24 -05:00

17 lines
290 B
JSON

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