chore: add turbo.json for chat-worker deploy task

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Arthur Belleville 2026-04-11 17:01:00 +02:00
parent 513aa0a316
commit 76d4db1ea1

View file

@ -0,0 +1,14 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"deploy": {
"passThroughEnv": [
"CLOUDFLARE_ACCOUNT_ID",
"CLOUDFLARE_API_TOKEN"
],
"cache": false,
"outputLogs": "new-only"
}
}
}