Files
imphnen-frontend-service/apps/landing/project.json
T

13 lines
389 B
JSON
Raw Normal View History

2025-04-26 20:32:58 +07:00
{
"name": "landing",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/landing/src",
2025-04-26 20:32:58 +07:00
"projectType": "application",
"tags": [],
2025-04-27 09:31:24 +07:00
"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" }
2025-04-27 09:31:24 +07:00
}
2025-04-26 20:32:58 +07:00
}