Files
sanasto-app/android/app/src/main/assets/capacitor.config.json
2021-06-17 18:16:54 -03:00

17 lines
280 B
JSON

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