mirror of
https://github.com/erhant/circomkit.git
synced 2026-05-05 03:00:37 -04:00
8 lines
195 B
Bash
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
|