mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 00:47:54 +00:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["dist/**", "src/specs/**", ".tshy", ".tshy-build"]
|
|
}
|
|
}
|
|
}
|