owlcub-academy/cupadev.json

18 lines
482 B
JSON

{
"framework": "NEXTJS",
"buildCommand": "prisma db push --accept-data-loss && next build",
"installCommand": "npm install --legacy-peer-deps",
"outputDirectory": ".next",
"port": 3000,
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Frame-Options", "value": "DENY" },
{ "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }
]
}
]
}