twenty/.devcontainer/devcontainer.json

10 lines
240 B
JSON
Raw Normal View History

2023-05-25 16:56:28 +03:00
{
"name": "Twenty Codespace",
"image": "node:18.16.0",
"features": {
2023-05-25 16:56:28 +03:00
"ghcr.io/devcontainers-contrib/features/jshint:2": {}
},
2023-05-25 16:56:28 +03:00
"forwardPorts": [3000, 3001, 5432],
"postCreateCommand": "cd front && yarn && cd ../server && yarn"
2023-05-25 16:56:28 +03:00
}