mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"env": ["WORKFLOW_PUBLIC_MANIFEST"],
|
|
"outputs": [".output/**", ".nitro/**", ".tanstack/**"]
|
|
}
|
|
}
|
|
}
|