mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 21:01:59 +04:00
24 lines
505 B
JSON
24 lines
505 B
JSON
{
|
|
"name": "Tabler",
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
|
"postCreateCommand": "corepack enable && pnpm install",
|
|
"forwardPorts": [3000, 3010],
|
|
"portsAttributes": {
|
|
"3000": {
|
|
"label": "Preview website"
|
|
},
|
|
"3010": {
|
|
"label": "Documentation website"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"astro-build.astro-vscode",
|
|
"esbenp.prettier-vscode",
|
|
"stylelint.vscode-stylelint"
|
|
]
|
|
}
|
|
}
|
|
}
|