agents.md
agents.md copied to clipboard
Create devcontainer.json
@baveresch1992-commits is attempting to deploy a commit to the openai Team on Vercel.
A member of the Team first needs to authorize it.
Nice addition to the local development setup!
- Can you update the "Running the app locally" section in the README to mention that using the devcontainer is also an option?
- Can you add a "How to test" section to this PR so I can verify that it works?
- Are you sure
mcr.microsoft.com/devcontainers/universal:2is the best image? Why not usemcr.microsoft.com/devcontainers/typescript-node:1-22-bookworminstead? - It would be nice if the devcontainer could install and start the project automatically. Can you look into
postCreateCommand,postStartCommand, andforwardPorts, for example?