This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/vercel.json
2023-09-02 21:57:51 +02:00

7 lines
155 B
JSON

{
"framework": "astro",
"installCommand": "pnpm install",
"buildCommand": "pnpm run build",
"outputDirectory": "dist",
"devCommand": "pnpm run dev"
}