The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(devcontainer): add poststart and initialize commands

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 076a1c8b aff78cdf

+2
+2
.devcontainer/devcontainer.json
··· 12 12 "runArgs": [ 13 13 "--net=host" 14 14 ], 15 + "postStartCommand": "npm ci && go mod download", 16 + "initializeCommand": "mkdir -p ${localEnv:HOME}${localEnv:USERPROFILE}/.local/share/atuin", 15 17 // Features to add to the dev container. More info: https://containers.dev/features. 16 18 "features": { 17 19 "ghcr.io/xe/devcontainer-features/deno:1.2.1": {},