17 lines
280 B
JSON
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"
|
|
}
|
|
}
|