32 lines
725 B
JSON
32 lines
725 B
JSON
{
|
|||
|
|
"name": "bete",
|
||
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
|
||
|
|
"features": {
|
||
|
|
"ghcr.io/devcontainers/features/docker-in-docker:3.0.1": {
|
||
|
|
"version": "latest",
|
||
|
|
"moby": true,
|
||
|
|
"dockerDashComposeVersion": "v2"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"forwardPorts": [3000, 5173],
|
||
|
|
"portsAttributes": {
|
||
|
|
"3000": {
|
||
|
|
"label": "Bot webserver",
|
||
|
|
"onAutoForward": "notify"
|
||
|
|
},
|
||
|
|
"5173": {
|
||
|
|
"label": "Vite dev server",
|
||
|
|
"onAutoForward": "notify"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"postCreateCommand": "corepack enable && pnpm install --no-frozen-lockfile",
|
||
|
|
"customizations": {
|
||
|
|
"vscode": {
|
||
|
|
"extensions": [
|
||
|
|
"biomejs.biome",
|
||
|
|
"ms-azuretools.vscode-docker"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|