Files
medusa-store/www/apps/api-reference/vercel.json
2025-08-18 10:29:32 +03:00

12 lines
277 B
JSON

{
"crons": [{
"path": "/api/algolia",
"schedule": "0 0 * * 4"
}],
"framework": "nextjs",
"installCommand": "yarn install",
"buildCommand": "turbo run build",
"outputDirectory": ".next",
"ignoreCommand": "bash ../../ignore-build-script.sh api-reference"
}