{ "name": "Publish Assistant", "image": "mcr.microsoft.com/devcontainers/base:noble", "features": { "ghcr.io/devcontainers/features/hugo:1": {}, "ghcr.io/devcontainers-extra/features/node-asdf:0": {}, "ghcr.io/devcontainers-extra/features/uv:1": {} }, "runArgs": ["--network=host"], "postCreateCommand": "git submodule update --init && uv sync && npm --prefix site install", "forwardPorts": [1313] }