Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kristiyan-velkov/docker-nodejs-sample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: BrandonDenham/docker-nodejs-sample-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 9, 2026

  1. [feat] add Coder workspace template

    Adds a Coder template (coder/) that provisions a Docker workspace for this
    app: code-server IDE, in-container PostgreSQL, repo clone + npm install on
    start, and the Vite dev server published to the host on port 5173.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
    brandondenham-veeva and claude committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    3c1a5e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2026

  1. [feat] add VS Code attach debug config for Coder workspace

    Adds .vscode/launch.json with a node "attach" config targeting the tsx
    inspector on port 9230. Works when the workspace is opened via the Coder
    VS Code extension or code-server (editor runs on the remote), so it attaches
    to localhost:9230 with no port-forward or path mapping.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
    brandondenham-veeva and claude committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    e2fcba3 View commit details
    Browse the repository at this point in the history
Loading