Files
sanasto-app/capacitor.config.json
2020-12-24 16:21:07 -03:00

14 lines
241 B
JSON

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