ac7da4f5a1
let's configure the devcontainer feature so that contributors can start a dev environment directly from GitHub.
11 lines
242 B
JSON
11 lines
242 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {},
|
|
"ghcr.io/devcontainers/features/docker-in-docker:1": {
|
|
"version": "latest",
|
|
"moby": true
|
|
}
|
|
}
|
|
}
|