We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5684d commit b572db5Copy full SHA for b572db5
lib/config.ts
@@ -8,7 +8,7 @@ export class Configuration extends ConfigBase implements IConfiguration { // Use
8
TYPESCRIPT_COMPILER_OPTIONS = {};
9
USE_PROXY = false;
10
ANDROID_DEBUG_UI: string = null;
11
- USE_POD_SANDBOX: boolean = false;
+ USE_POD_SANDBOX: boolean = true;
12
debugLivesync: boolean = false;
13
14
/*don't require logger and everything that has logger as dependency in config.js due to cyclic dependency*/
0 commit comments