14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"deploy": {
|
|
"passThroughEnv": [
|
|
"CLOUDFLARE_ACCOUNT_ID",
|
|
"CLOUDFLARE_API_TOKEN"
|
|
],
|
|
"cache": false,
|
|
"outputLogs": "new-only"
|
|
}
|
|
}
|
|
}
|