Debug
Verbose Mode
tip
when debugging set the MOCQ_VERBOSE
.env variable to true
for verbose logs
![mocq Verbose Example](/mocq/img/mocq-verbose.png)
![mocq Verbose Example](/mocq/img/mocq-verbose-dark.png)
node (server-side code)
- .env file
- inline code
- inline cli
export MOCQ_VERBOSE=true // note: must `source .env` after setting value
process.env.MOCQ_VERBOSE = 'true'
MOCQ_VERBOSE=true # whatever cli command | example: MOCQ_VERBOSE=true bun test
browser
reference your frameworks docs on how to configure env vars