9 lines
121 B
JSON
9 lines
121 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["dist/**"]
|
|
}
|
|
}
|
|
}
|