1
0
mirror of https://github.com/NickKaramoff/toot synced 2025-01-30 09:05:08 +01:00

Add vercel.json

This commit is contained in:
Nikita Karamov 2023-09-02 21:51:20 +02:00
parent 9c7211b8d2
commit a5c5bb3351
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD

7
vercel.json Normal file
View File

@ -0,0 +1,7 @@
{
"framework": null,
"installCommand": "pnpm install",
"buildCommand": "pnpm run build",
"outputDirectory": "public",
"devCommand": "pnpm run dev"
}