mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-02 10:04:09 +03:00
10 lines
254 B
JSON
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"
|
|
} |