console/packages/libraries/external-composition/turbo.json
2025-09-26 20:21:17 +09:00

10 lines
162 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"example": {
"persistent": true,
"cache": false
}
}
}