-
Notifications
You must be signed in to change notification settings - Fork 9
Adding devcontainer #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
.github/dependabot.yml
Outdated
| # https://containers.dev/guide/dependabot | ||
|
|
||
| version: 2 | ||
| updates: |
There was a problem hiding this comment.
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
|
For me the dev container does not work. When I run |
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite dev", | ||
| "dev": "vite dev --host", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not seem to fix the issue for me
|
plz add dependabot back. They do publish multiple containers per tag when nodejs updates |
This PR adds a devcontainer for easier local development, to use either use vscode devcontainers or a github codespace