13 lines
191 B
JSON
13 lines
191 B
JSON
{
|
|
"appId": "com.example.app",
|
|
"appName": "my-app",
|
|
"bundledWebRuntime": true,
|
|
"webDir": "dist",
|
|
"npmClient": "npm",
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 0
|
|
}
|
|
}
|
|
}
|