File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# -*- mode: shell-script
3
3
4
- # export KUI_HEADLESS=true
5
- # export ELECTRON_RUN_AS_NODE=true
6
-
7
4
export NODE_NO_WARNINGS=1
8
- # export NODE_OPTIONS="--no-warnings"
9
5
10
6
# use a special window sizing and positioning
11
7
# export KUI_POPUP_WINDOW_RESIZE=true
99
95
100
96
# This points the headless->electron launcher to our Electron
101
97
export KUI_ELECTRON_HOME=" ${KUI_ELECTRON_HOME-$NODE } "
102
- export CODEFLARE_HEADLESS_ZIP=$HEADLESS /../headless.zip
103
98
104
99
if [ -d " $HEADLESS " /../../store ]; then
105
100
# development builds
@@ -130,7 +125,7 @@ if [ "$do_cli" = "1" ]; then
130
125
# using electron as the nodejs binary (this is what
131
126
# ELECTRON_RUN_AS_NODE does for us)
132
127
export KUI_HEADLESS=true
133
- export KUI_S3=false
128
+ export KUI_S3=false # we don't need plugin-s3 capabilities when in headless mode
134
129
export ELECTRON_RUN_AS_NODE=true
135
130
# export MWSTORE="$GUIDEBOOK_STORE"
136
131
# exec "$NODE" \
You can’t perform that action at this time.
0 commit comments