xtablo-source/apps/chat-worker/turbo.json
Arthur Belleville 76d4db1ea1 chore: add turbo.json for chat-worker deploy task
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 17:01:00 +02:00

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"
}
}
}