Added server
This commit is contained in:
17
Client/capacitor.config.json
Normal file
17
Client/capacitor.config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"appId": "op.ionic.starter",
|
||||
"appName": "GoToBed",
|
||||
"webDir": "www",
|
||||
"bundledWebRuntime": false,
|
||||
"cordova": {
|
||||
"preferences": {
|
||||
"ScrollEnabled": "false",
|
||||
"BackupWebStorage": "none",
|
||||
"SplashMaintainAspectRatio": "true",
|
||||
"FadeSplashScreenDuration": "300",
|
||||
"SplashShowOnlyFirstTime": "false",
|
||||
"SplashScreen": "screen",
|
||||
"SplashScreenDelay": "3000"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user