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.
2 parents 64b3768 + b572db5 commit c35b701Copy full SHA for c35b701
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