5 lines
171 B
JSON
5 lines
171 B
JSON
{
|
|
"buildCommand": "cd apps/blog && npm install && npx astro build --remote",
|
|
"outputDirectory": "apps/blog/dist",
|
|
"installCommand": "echo 'skipping root install'"
|
|
}
|