Files
vercel__workflow/packages/web-shared/turbo.json

10 lines
142 B
JSON

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