Skip to content

Commit 84d8026

Browse files
committed
Built only viewer in lowcoder-sdk.
1 parent d0161d1 commit 84d8026

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/packages/lowcoder-sdk/src/dev-utils/buildVars.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ export const buildVars = [
5555
name: "REACT_APP_DISABLE_JS_SANDBOX",
5656
defaultValue: "",
5757
},
58+
{
59+
name: "REACT_APP_VIEW_MODE",
60+
defaultValue: "admin"
61+
}
5862
];

0 commit comments

Comments
 (0)