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