feat(devcontainer): Added devcontainer for nodejs per package.json

This commit is contained in:
Timothy Stewart 2025-02-19 21:37:15 -06:00
parent e9191d7972
commit a964aa459f

View File

@ -0,0 +1,9 @@
{
"name": "JetKVM Cloud API",
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "21.1.0"
}
}
}