9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"buildCommand": "astro build",
|
|
"outputDirectory": "dist",
|
|
"installCommand": "pnpm install",
|
|
"github": {
|
|
"silent": true
|
|
}
|
|
}
|