User
🛠 Troubleshooting
❌ Error: Cannot find module
- Ensure your config file path is spelled correctly
- Use
verbose: trueto see what file is being resolved
❌ Unexpected token 'export'
- You're likely using CommonJS. Make sure your config files use
exportinstead ofmodule.exports