add version

This commit is contained in:
2025-11-04 14:41:13 -03:00
parent 6f1b3aa347
commit 0d3775a823
3 changed files with 13 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["build/**"]
},
"deploy": {
@@ -15,5 +16,6 @@
"persistent": true,
"cache": false
}
}
},
"globalEnv": ["CLOUDFLARE_API_TOKEN"]
}