Skip to content

Commit b572db5

Browse files
Use sandbox-pod for AppBuilder builds
1 parent 8d5684d commit b572db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class Configuration extends ConfigBase implements IConfiguration { // Use
88
TYPESCRIPT_COMPILER_OPTIONS = {};
99
USE_PROXY = false;
1010
ANDROID_DEBUG_UI: string = null;
11-
USE_POD_SANDBOX: boolean = false;
11+
USE_POD_SANDBOX: boolean = true;
1212
debugLivesync: boolean = false;
1313

1414
/*don't require logger and everything that has logger as dependency in config.js due to cyclic dependency*/

0 commit comments

Comments
 (0)