Only building html with 200's in channel_list

This commit is contained in:
shockrah
2021-02-12 19:07:03 -08:00
parent 24a49663d2
commit 41bfd1cd89
2 changed files with 21 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
run() {
# Required to tests against the self certs we use in testing envs
export NODE_TLS_REJECT_UNAUTHORIZED=0
export NODE_TLS_REJECT_UNAUTHORIZED='0'
export DEV_ENV=true
./node_modules/electron/dist/electron main.js $@
}