Files
ForumMobile/capacitor.config.json
2026-02-14 21:43:55 -06:00

14 lines
225 B
JSON

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