Spaces:
Build error
Build error
File size: 482 Bytes
dca8ede |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<<<<<<< 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
} |