Add file vercel.json

This commit is contained in:
2023-07-03 17:14:57 +07:00
parent 5416b16969
commit 21a8ed8edf
+5
View File
@@ -0,0 +1,5 @@
{
"buildCommand": "yarn build",
"outputDirectory": "build",
"installCommand": "yarn install"
}