Skip to content

Conversation

@xN4P4LM
Copy link

@xN4P4LM xN4P4LM commented Jan 9, 2026

This PR adds a devcontainer for easier local development, to use either use vscode devcontainers or a github codespace

# https://containers.dev/guide/dependabot

version: 2
updates:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way I understand the devcontainers dependabot is it will only update the hash of an tag if it is newer. Since we do not specify a hash in the devcontainer.json, it wont update anything

@abacef
Copy link
Collaborator

abacef commented Jan 9, 2026

For me the dev container does not work. When I run npm run preview it runs on a port. Dev containers correctly notices that the port is being listened on and it says that it has opened the port from the container, but when I go to the localhost:<whatever_port> it does not load the webpage. I even tried clicking on the link VSCode suggests I go to to view the site (same one I previously went to) and it still did not load. Not sure if it is a problem with the dev container or our build process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants