resume-parser / vercel.json
PPSA's picture
Upload 235 files
dca8ede verified
Invalid JSON: Unexpected token '<', "<<<<<<< HE"... is not valid JSON
<<<<<<< HEAD
{
"version": 2,
"buildCommand": "npm run build",
"installCommand": "npm install --no-frozen-lockfile",
"framework": "nextjs",
"outputDirectory": ".next",
"env": {
"ENABLE_LLM": "true",
"VERCEL": "1"
}
=======
{
"version": 2,
"framework": "nextjs",
"builds": [
{
"src": "package.json",
"use": "@vercel/next"
}
],
"env": {
"NODE_ENV": "production"
}
>>>>>>> f2efbfacf922385445fe2523f265661a3683923e
}