update devcontainer

This commit is contained in:
Rafael Fernández 2024-12-11 14:47:27 +01:00
parent ea7f6d8ff7
commit 65048b1a02

View File

@ -20,4 +20,4 @@
"remoteUser": "node", "remoteUser": "node",
"postCreateCommand": "npm run project-setup && npm install && npm run dev:example", "postCreateCommand": "npm run project-setup && npm install && npm run dev:example",
"forwardPorts": [1313] "forwardPorts": [1313]
} }