Geek-Collectors-Network / geek-collectors-network

0 stars 2 forks source link

Enable api debugging #124

Closed FoRVaiS closed 6 months ago

FoRVaiS commented 6 months ago

Summary

Testing

  1. Install Bun VSCode Extension: oven.bun-vscode
  2. Spin-up the db: make res
  3. Start the API server: npm run -w apps/api start:dev
  4. In VSCode, set a breakpoint at ./src/server/server.ts:44
  5. Attach the debugger; Run the Bun:debug debug profile
  6. Trigger a refresh
    • The application should be paused on the breakpoint
netlify[bot] commented 6 months ago

Deploy Preview for geek-collectors-network-api ready!

Name Link
Latest commit 4eca400319c08a7f1b72bcb3ed526a5109f8c523
Latest deploy log https://app.netlify.com/sites/geek-collectors-network-api/deploys/65e6420b2cc0d400081b747c
Deploy Preview https://deploy-preview-124--geek-collectors-network-api.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 6 months ago

Deploy Preview for geek-collectors-network ready!

Name Link
Latest commit 4eca400319c08a7f1b72bcb3ed526a5109f8c523
Latest deploy log https://app.netlify.com/sites/geek-collectors-network/deploys/65e6420b53463d0008fc2d13
Deploy Preview https://deploy-preview-124--geek-collectors-network.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

FoRVaiS commented 6 months ago

Hours Worked: 2