This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
112 B
JSON
Raw Normal View History

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