tabby/turbo.json
Meng Zhang 5027d466ed
chore(email): fix build (#2215)
* chore(email): fix build

* update
2024-05-21 15:07:43 -07:00

19 lines
301 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"out/**",
"dist/**",
".next/**",
"!.next/cache/**"
]
},
"lint": {},
"lint:fix": {},
"test": {}
}
}