My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

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

poe-dev

+1
+1
.devcontainer/devcontainer.json
··· 37 37 "mounts": [ 38 38 "source=claude-code-bashhistory-${devcontainerId},target=/commandhistory,type=volume", 39 39 "source=${localEnv:HOME}/.claude,target=/home/node/.claude,type=bind", 40 + "source=${localEnv:HOME}/.config/poe,target=/home/node/.config/poe,type=bind", 40 41 "source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,type=bind,readonly", 41 42 "source=${localEnv:HOME}/.gitconfig,target=/home/node/.gitconfig,type=bind,readonly" 42 43 ],