diff --git a/packages/web/vercel.json b/packages/web/vercel.json new file mode 100644 index 000000000..6f0b511a0 --- /dev/null +++ b/packages/web/vercel.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "npm run build", + "installCommand": "npm ci && npm install --no-save --platform=linuxmusl --arch=x64 lightningcss @tailwindcss/oxide", + "framework": "nextjs", + "env": { + "npm_config_target_platform": "linuxmusl", + "npm_config_target_arch": "x64" + } +}