Files
circomkit/.cli.env
Erhan Tezcan 0ff445fef3 renames
2023-03-27 22:17:29 +03:00

8 lines
216 B
Bash

# compiler args
CLIENV_COMPILER_ARGS="-l ./node_modules"
# colors for swag
CLIENV_COLOR_TITLE='\033[0;34m' # blue color
CLIENV_COLOR_LOG='\033[2;37m' # gray color
CLIENV_COLOR_RESET='\033[0m' # reset color settings