Initial commit
This commit is contained in:
20
capacitor.config.json
Normal file
20
capacitor.config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"appId": "odax.openware.work",
|
||||
"appName": "Fibitex",
|
||||
"bundledWebRuntime": false,
|
||||
"npmClient": "yarn",
|
||||
"webDir": "build",
|
||||
"plugins": {
|
||||
"SplashScreen": {
|
||||
"launchShowDuration": 0
|
||||
}
|
||||
},
|
||||
"ios": {
|
||||
"contentInset": "always"
|
||||
},
|
||||
"linuxAndroidStudioPath": "/snap/bin/android-studio",
|
||||
"cordova": {},
|
||||
"server": {
|
||||
"hostname": "odax.openware.work"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user