Files
sanasto-app/ios/App/App/capacitor.config.json
2021-01-10 14:34:10 -06:00

17 lines
299 B
JSON

{
"appId": "com.example.app",
"appName": "nextjs-tailwind-capacitor",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "out",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"server": {
"url": "http://192.168.86.26:3000"
},
"cordova": {}
}