mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
8b4374202f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7296 GitOrigin-RevId: 68d9ac0bc8697aad0661480b33f65949ffdc8a80
21 lines
568 B
JSON
21 lines
568 B
JSON
{
|
|
"name": "Node.js",
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/git:1": {}
|
|
},
|
|
"forwardPorts": [3000],
|
|
"postCreateCommand": "cd docs && yarn install",
|
|
"customizations": {
|
|
"codespaces": {
|
|
"vscode": {
|
|
"extensions": ["esbenp.prettier-vscode", "streetsidesoftware.code-spell-checker"]
|
|
},
|
|
"openFiles": ["docs/CODESPACES.md"]
|
|
}
|
|
}
|
|
|
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
|
// "remoteUser": "root"
|
|
}
|