1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00

devcontainer node:17

This commit is contained in:
semleti 2022-03-23 18:04:05 +00:00
parent fff36604c4
commit ba2665e741

View File

@ -0,0 +1,9 @@
{
"image": "node:17",
"features": {
"git": "latest"
},"extensions": [
"johnsoncodehk.volar",
],
"forwardPorts": [3000]
}