Files
2026-05-04 04:13:45 +00:00

11 lines
217 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"env": ["WORKFLOW_PUBLIC_MANIFEST"],
"outputs": [".output/**", ".nitro/**", ".tanstack/**"]
}
}
}