cp .env.local.example .env.local, fill with proper valuesnpm installnpm run dev
Verbose debug logging is facilitated by the debug package, and is turned off by default.
Many 3rd party packages utilize the debug package.
To enable verbose logging, set the DEBUG variable in .env to include the namespace(s) that you want verbose logging for.
- Everything:
DEBUG=*(noisy!) - Everything except Wood component:
DEBUG=*,-wood:* - Only Wood component:
DEBUG=wood - Only Drag feature from Wood component:
DEBUG=wood:drag