ecommerce-template/apps/storefront/turbo.json
2025-06-19 02:40:01 +08:00

13 lines
144 B
JSON

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