Skip to main content
Version: v4.x.x

debug

By default Poku doesn't shows logs that doesn't comes from Poku's assert, but you can enable them.

History
VersionChanges
v2.2.0
Support for -d short flag.

CLI​

npx poku --debug ./test
  • Short flag: -d.

Config File​

import { defineConfig } from 'poku';

export default defineConfig({
debug: true,
});