1
0
Files
cheatsheet-site/.devcontainer/devcontainer.json
yuudi 728a3db957
Some checks failed
Build / build (push) Has been cancelled
init
2025-08-12 18:37:54 -06:00

8 lines
155 B
JSON

{
"name": "Cheatsheet-hugo",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {}
}
}