Files
sanasto-app/capacitor.config.json
2021-01-13 19:01:01 -06: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": {}
}