mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
chore: add DevContainer config for GitHub codespaces (#4003)
* devops: Docusaurus Dev Container Signed-off-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> * formatted devcontainer.json Co-authored-by: slorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
e5373d944e
commit
c19c9e5003
1 changed files with 10 additions and 0 deletions
10
.devcontainer/devcontainer.json
Normal file
10
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Docusaurus Dev Container",
|
||||
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:0-10-buster",
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
},
|
||||
"extensions": ["dbaeumer.vscode-eslint"],
|
||||
"forwardPorts": [3000],
|
||||
"postCreateCommand": "yarn install"
|
||||
}
|
Loading…
Add table
Reference in a new issue