Files
medusa-store/www/apps/api-reference/vercel.json
2023-09-22 12:25:48 +03:00

11 lines
262 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"
}