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
15b86021ee
budibase
/
packages
/
cli
/
src
/
environment.ts
4 lines
90 B
TypeScript
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"
Minor fixes - after removing axios altogether and adding a start script to make life easier for running from ts.
2023-03-03 11:03:33 +01:00
process
.
env
.
DISABLE_JWT_WARNING
=
"1"