19 lines
338 B
JSON
19 lines
338 B
JSON
{
|
|
"name": "Portfolio",
|
|
"dockerFile": "Dockerfile",
|
|
"context": "..",
|
|
"postCreateCommand": "pnpm i",
|
|
"postAttachCommand": "pnpm dev",
|
|
"forwardPorts": [4321],
|
|
"remoteUser": "node",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"astro-build.astro-vscode",
|
|
"bradlc.vscode-tailwindcss",
|
|
"biomejs.biome"
|
|
]
|
|
}
|
|
}
|
|
}
|