ecommerce-template/apps/next-template/turbo.json

13 lines
144 B
JSON

{
"extends": [
"//"
],
"tasks": {
"build": {
"outputs": [
".next/**",
"!.next/cache/**"
]
}
}
}