add configs
This commit is contained in:
12
turbo.json
Normal file
12
turbo.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"tasks": {
|
||||
"build": {
|
||||
"outputs": [
|
||||
".next/**",
|
||||
"!.next/cache/**"
|
||||
]
|
||||
},
|
||||
"type-check": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user