18 lines
490 B
JSON
18 lines
490 B
JSON
{
|
|
"framework": "NEXTJS",
|
|
"buildCommand": "npx prisma db push --accept-data-loss && npx 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" }
|
|
]
|
|
}
|
|
]
|
|
}
|