chore: 🧑💻 Added devcontainer configuration
This commit is contained in:
parent
1791831f8f
commit
cbf60c3efb
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue