added devcontainers
This commit is contained in:
10
ui/.devcontainer/devcontainer.json
Normal file
10
ui/.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Bun",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Bun version.
|
||||
"args": {
|
||||
"VARIANT": "latest"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user