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