platform/.devcontainer/devcontainer.json

7 lines
78 B
JSON
Raw Normal View History

{
"image": "dart:3.4",
"forwardPorts": [3000,5000],
"features": {
}
}