{ "name": "twenty", "$schema": "node_modules/nx/schemas/project-schema.json", "targets": { "start": { "executor": "nx:run-script", "options": { "command": "nx run-many -t start -p twenty-server twenty-front" } } } }