debug
By default Poku doesn't shows logs that doesn't comes from Poku's assert, but you can enable them.
History
| Version | Changes |
|---|---|
| v2.2.0 | -d short flag. |
CLIβ
npx poku --debug ./test
- Short flag:
-d.
Config Fileβ
- poku.config.js
- .pokurc.jsonc
import { defineConfig } from 'poku';
export default defineConfig({
debug: true,
});
{
"$schema": "https://poku.io/schemas/configs.json",
"debug": true
}