13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"name": "binit.app Dev Container",
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
|
|
"forwardPorts": [3000],
|
|
"portsAttributes": {
|
|
"3000": {
|
|
"label": "App",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"postCreateCommand": "npm install"
|
|
}
|