This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6892a72383
budibase
/
packages
/
cli
/
src
/
environment.js
3 lines
52 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fixing issue with string templates importing vm2 which requires other prebuilts for JS in the CLI - no need for these to add to build size when JS is unused.
2022-09-05 20:04:45 +02:00
process
.
env
.
NO
_JS
=
"1"
Fixing CLI build - prebuilds required for hashing can be disabled via environment variable.
2022-09-13 19:00:10 +02:00
process
.
env
.
JS
_BCRYPT
=
"1"