1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
trois/.devcontainer/devcontainer.json
2022-03-23 18:04:05 +00:00

10 lines
139 B
JSON

{
"image": "node:17",
"features": {
"git": "latest"
},"extensions": [
"johnsoncodehk.volar",
],
"forwardPorts": [3000]
}