chore: 🧑‍💻 Added devcontainer configuration

This commit is contained in:
Janek 2025-05-15 21:01:03 +00:00
parent 1791831f8f
commit cbf60c3efb
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"name": "Selfh.st Icons",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"forwardPorts": [
4050
],
"postCreateCommand": "npm install"
}