This document outlines the debugging tools, techniques, and best practices for working on the AutoTechJobs platform.
console.log() - Basic loggingconsole.error() - Error trackingnpm run dev -- --inspect - Debug modenpm run build -- --verbose - Verbose buildnpm run test -- --watch - Watch mode testsnpm run lint -- --fix - Fix linting issuesFor more information about error handling and logging, see theError Handlingdocumentation.