Files
vercel__workflow/workbench/express/turbo.json
2025-11-29 21:21:49 -08:00

10 lines
158 B
JSON

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