mirror of
https://github.com/NickKaramoff/toot
synced 2025-02-06 12:24:07 +01:00
8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"framework": "astro",
|
|
"installCommand": "pnpm install",
|
|
"buildCommand": "pnpm run build",
|
|
"outputDirectory": "dist",
|
|
"devCommand": "pnpm run dev"
|
|
}
|