| 12345678910111213141516 |
- {
- "name": "Wavium",
- "image": "mcr.microsoft.com/devcontainers/javascript-node:22-bookworm",
- "features": {
- "ghcr.io/devcontainers/features/git:1": {}
- },
- "forwardPorts": [3000],
- "postCreateCommand": "npm install",
- "customizations": {
- "windsurf": {
- "extensions": [
- "esbenp.prettier-vscode"
- ]
- }
- }
- }
|