add configs

This commit is contained in:
2024-09-03 20:43:41 +02:00
parent fe280a599b
commit ee28592634
5 changed files with 3147 additions and 14 deletions

12
turbo.json Normal file
View File

@ -0,0 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputs": [
".next/**",
"!.next/cache/**"
]
},
"type-check": {}
}
}