comty/packages/app/capacitor.config.json
2022-01-03 18:37:15 +01:00

12 lines
278 B
JSON

{
"appId": "com.ragestudio.comty",
"appName": "Comty",
"bundledWebRuntime": true,
"overrideUserAgent": "capacitor",
"webDir": "dist",
"server": {
"hostname": "192.168.0.5:8000",
"iosScheme": "http",
"androidScheme": "http"
}
}