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

10 lines
139 B
JSON
Raw Normal View History

2022-03-24 02:04:05 +08:00
{
"image": "node:17",
"features": {
"git": "latest"
},"extensions": [
"johnsoncodehk.volar",
],
"forwardPorts": [3000]
}