mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 11:38:32 +01:00
11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"name": "JetKVM",
|
|
"image": "mcr.microsoft.com/devcontainers/go:1-1.23-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
// Should match what is defined in ui/package.json
|
|
"version": "21.1.0"
|
|
}
|
|
}
|
|
}
|