added devcontainers

This commit is contained in:
2025-06-02 15:03:04 +02:00
parent 4313346efe
commit 6aaf7c8b8c
3 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "Bun",
"build": {
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Bun version.
"args": {
"VARIANT": "latest"
}
}
}