Files
sanasto-app/android/app/src/main/assets/capacitor.config.json
Leo Giovanetti 57c6f004a7 Fixing next linting issues
Upgraded to today's new Tailwind release
2021-06-17 18:25:07 -03:00

14 lines
226 B
JSON

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