Skip to content

Commit 87ac36b

Browse files
committed
Add dev container
1 parent 93e00fd commit 87ac36b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Docusaurus",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:22-bookworm",
4+
"features": {},
5+
"forwardPorts": [3000],
6+
"postCreateCommand": "npm install",
7+
"customizations": {
8+
"vscode": {
9+
"extensions": [
10+
"unifiedjs.vscode-mdx",
11+
"esbenp.prettier-vscode",
12+
"davidanson.vscode-markdownlint",
13+
"redhat.vscode-yaml",
14+
"yzhang.markdown-all-in-one"
15+
]
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)