10 lines
143 B
JSON
10 lines
143 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["dist/**"]
|
|
}
|
|
}
|
|
}
|