mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-20 23:08:50 +01:00
Set up development container
https://code.visualstudio.com/docs/devcontainers/create-dev-container
This commit is contained in:
parent
ecab97e20d
commit
280f2a4f33
1 changed files with 5 additions and 0 deletions
5
.devcontainer/devcontainer.json
Normal file
5
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/typescript-node",
|
||||
|
||||
"forwardPorts": [8080]
|
||||
}
|
Loading…
Reference in a new issue