Files
SnapOtter/apps/landing/turbo.json
T

9 lines
112 B
JSON

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