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:
parent
fff36604c4
commit
ba2665e741
9
.devcontainer/devcontainer.json
Normal file
9
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"image": "node:17",
|
||||
"features": {
|
||||
"git": "latest"
|
||||
},"extensions": [
|
||||
"johnsoncodehk.volar",
|
||||
],
|
||||
"forwardPorts": [3000]
|
||||
}
|
Loading…
Reference in New Issue
Block a user