2025-04-26 20:32:58 +07:00
|
|
|
{
|
|
|
|
|
"name": "landing",
|
|
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
2026-04-10 22:10:52 +07:00
|
|
|
"sourceRoot": "apps/landing/src",
|
2025-04-26 20:32:58 +07:00
|
|
|
"projectType": "application",
|
|
|
|
|
"tags": [],
|
2025-04-27 09:31:24 +07:00
|
|
|
"targets": {
|
2026-04-10 22:27:00 +07:00
|
|
|
"dev": {
|
|
|
|
|
"command": "npx astro dev",
|
|
|
|
|
"options": { "cwd": "apps/landing" }
|
|
|
|
|
},
|
|
|
|
|
"build": {
|
|
|
|
|
"command": "npx astro build --outDir ../../dist/apps/landing",
|
|
|
|
|
"options": { "cwd": "apps/landing" },
|
|
|
|
|
"outputs": ["{workspaceRoot}/dist/apps/landing"]
|
|
|
|
|
},
|
|
|
|
|
"preview": {
|
|
|
|
|
"command": "npx astro preview",
|
|
|
|
|
"options": { "cwd": "apps/landing" }
|
|
|
|
|
}
|
2025-04-27 09:31:24 +07:00
|
|
|
}
|
2025-04-26 20:32:58 +07:00
|
|
|
}
|