Add devcontainer support (#8)

This commit is contained in:
Brandon Tuttle
2025-01-02 14:00:44 -05:00
committed by GitHub
parent 6e2177e427
commit ed93400758
3 changed files with 19 additions and 35 deletions

View File

@@ -0,0 +1,10 @@
{
"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"
}
}
}