7 lines
175 B
JSON
7 lines
175 B
JSON
|
{
|
||
|
"framework": "vite",
|
||
|
"buildCommand": "npm run build",
|
||
|
"installCommand": "npm ci && npm pkg set homepage=\"https://$VERCEL_BRANCH_URL\"",
|
||
|
"outputDirectory": "dist"
|
||
|
}
|