{ "name": "landing", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/landing/src", "projectType": "application", "tags": [], "targets": { "dev": { "command": "cd apps/landing && npx astro dev" }, "build": { "command": "cd apps/landing && npx astro build" }, "preview": { "command": "cd apps/landing && npx astro preview" } } }