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
154 B
JSON
Raw Normal View History

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