echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
590 stars 29 forks source link

feat: add vscode debug configurations #251

Closed tundera closed 2 years ago

tundera commented 2 years ago

This PR adds several VSCode debugging configurations (.vscode/launch.json) to the default Bison template. Next.js now has recommended configs for VSCode, which can be used to debug client and server code by setting breakpoints directly in the IDE. In addition to these debug configs, two more are included for debugging production builds and database seeding.

Changes

Screenshots

CleanShot 2022-03-17 at 15 13 53

Checklist