26 lines
570 B
JSON
26 lines
570 B
JSON
{
|
|
"name": "HugoBlox Codespace",
|
|
"image": "ghcr.io/HugoBlox/hugo-blox-dev:hugo0.152.2",
|
|
"updateContentCommand": "pnpm install --frozen-lockfile --prefer-offline",
|
|
"postCreateCommand": "pnpm --version && hugo version",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"hugoblox.hugoblox-studio"
|
|
]
|
|
}
|
|
},
|
|
"mounts": [
|
|
"source=pnpm-store,target=/home/vscode/.local/share/pnpm,type=volume"
|
|
],
|
|
"remoteUser": "vscode",
|
|
"forwardPorts": [
|
|
1313
|
|
],
|
|
"portsAttributes": {
|
|
"1313": {
|
|
"label": "Hugo Server"
|
|
}
|
|
}
|
|
}
|