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