2
0
Files
bot/turbo.json
Gabriel Pavão d42e4a9ce1 Add editor header translation keys (#1110)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Implemented internationalization support across various components
using the `useTranslate` function for dynamic content translation.

- **Enhancements**
- Updated UI elements such as buttons, tooltips, placeholders, and
labels to display translated text, improving accessibility and user
experience for non-English speakers.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-28 10:50:33 +01:00

56 lines
1.2 KiB
JSON

{
"baseBranch": "origin/main",
"globalDotEnv": [".env"],
"pipeline": {
"lint": {
"outputs": []
},
"format:fix": {
"outputs": []
},
"dev": {
"dependsOn": [
"^dev",
"@typebot.io/prisma#db:generate",
"@typebot.io/prisma#db:push"
],
"cache": false
},
"build": {
"dependsOn": ["^build", "@typebot.io/prisma#db:generate"],
"outputs": [
".next/**",
"!.next/cache/**",
"dist/**",
"build/**",
"public/__ENV.js"
],
"outputMode": "new-only",
"dotEnv": [".env"]
},
"docs#build": {
"dependsOn": ["api:generate"],
"outputs": ["build/**"],
"outputMode": "new-only"
},
"api:generate": {
"dependsOn": ["bot-engine#build", "@typebot.io/prisma#db:generate"],
"cache": false
},
"db:generate": {
"cache": false
},
"db:push": {
"cache": false
},
"db:cleanDatabase": {
"dependsOn": ["@typebot.io/prisma#db:generate"],
"cache": false
},
"checkAndReportChatsUsage": {
"dependsOn": ["@typebot.io/prisma#db:generate"],
"cache": false
}
}
}