-
Notifications
You must be signed in to change notification settings - Fork 12
check if is electron app #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check if is electron app #422
Conversation
Release version to master
691dbb7 to
ea191e5
Compare
ezewer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
ZIMkaRU
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we set "isHosted": false in config as true
to simplify the setup process on the server
by default, we should aim to provide configs that are workable on the host
and this one:
if (!isElectronjsEnv) {
return {
isSaveLocaly: false
}
}remove as it breaks docker/terraform workflow in bfx-reports-framework
just config is a good option
|
could you please change the merge branch to |
ZIMkaRU
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.