7 lines
155 B
JSON
7 lines
155 B
JSON
{
|
|
"framework": "astro",
|
|
"installCommand": "pnpm install",
|
|
"buildCommand": "pnpm run build",
|
|
"outputDirectory": "dist",
|
|
"devCommand": "pnpm run dev"
|
|
}
|