Add vercel.json
This commit is contained in:
parent
9c7211b8d2
commit
a5c5bb3351
1 changed files with 7 additions and 0 deletions
7
vercel.json
Normal file
7
vercel.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"framework": null,
|
||||
"installCommand": "pnpm install",
|
||||
"buildCommand": "pnpm run build",
|
||||
"outputDirectory": "public",
|
||||
"devCommand": "pnpm run dev"
|
||||
}
|
Reference in a new issue