twenty/.devcontainer/devcontainer.json
2023-05-25 15:56:28 +02:00

10 lines
254 B
JSON

{
"name": "Twenty Codespace",
"image": "node:18.16.0",
"features": {
"ghcr.io/devcontainers-contrib/features/jshint:2": {}
},
"forwardPorts": [3000, 3001, 5432],
"postCreateCommand": "cd front && npm install && cd ../server && npm install"
}