mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-20 23:08:50 +01:00
16 lines
No EOL
218 B
JSON
16 lines
No EOL
218 B
JSON
{
|
|
"name": "Phanpy",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node",
|
|
|
|
"forwardPorts": [
|
|
8080
|
|
],
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"github.vscode-github-actions"
|
|
]
|
|
}
|
|
}
|
|
} |