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
1 changed files with 7 additions and 0 deletions

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"
}