sky2 / docs /vercel.json
JustinTX's picture
Add files using upload-large-folder tool
af83196 verified
{
"buildCommand": "npm run build",
"devCommand": "npm run dev",
"installCommand": "npm install",
"framework": "nextjs",
"outputDirectory": ".next",
"git": {
"deploymentEnabled": {
"main": true,
"*": false
}
}
}