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

8 lines
155 B
JSON
Raw Normal View History

2023-09-02 15:51:20 -04:00
{
2023-09-02 15:57:51 -04:00
"framework": "astro",
2023-09-02 15:51:20 -04:00
"installCommand": "pnpm install",
"buildCommand": "pnpm run build",
2023-09-02 15:57:51 -04:00
"outputDirectory": "dist",
2023-09-02 15:51:20 -04:00
"devCommand": "pnpm run dev"
}