mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
13 lines
353 B
JSON
13 lines
353 B
JSON
{
|
|
"name": "Super Productivity Dev Container",
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
|
|
"postCreateCommand": "npm i -g @angular/cli && npm i",
|
|
"postStartCommand": "ng serve",
|
|
"forwardPorts": [4200],
|
|
"portsAttributes": {
|
|
"4200": {
|
|
"label": "Angular Dev Server",
|
|
"onAutoForward": "openBrowser"
|
|
}
|
|
}
|
|
}
|