Skip to content

v1.0.2

Latest

Choose a tag to compare

@midt-admin midt-admin released this 16 Jun 00:33
· 14 commits to main since this release
fix(devcontainer): harden pnpm path and workspace mount setup

Pin pnpm's major version (PNPM_VERSION=10) instead of @latest so build
behavior can't drift silently, and add $PNPM_HOME/bin to PATH so the
global-bin-dir convention resolves correctly.

Pin workspaceMount to /workspaces/sigma so the repo mounts there
regardless of the host folder name. Otherwise Dev Containers mounts at
/workspaces/<host-basename> while workspaceFolder and the node_modules
volume target /workspaces/sigma, breaking post-create's pnpm install.