Files
circomkit/.cli.env
2023-03-31 15:00:57 +03:00

8 lines
195 B
Bash

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