diff --git a/cupadev.json b/cupadev.json new file mode 100644 index 00000000..d3d7ae9a --- /dev/null +++ b/cupadev.json @@ -0,0 +1,17 @@ +{ + "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" } + ] + } + ] +}