Files
medusa-store/www/apps/api-reference/vercel.json
2024-07-04 17:32:41 +00:00

12 lines
266 B
JSON

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