Files
v10/turbo.json
T
687b7655b0 feat: add core range, time and volume range (#23)
* feat: add poc for core time range class

* fix: use object keys instead of strings
for minification

* Update packages/react/react/src/components/TimeRange.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: cleanup and add time range core to html

* fix: add range core component, implement volume

* Update packages/core/core/src/utils/state.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update packages/core/core/src/components/range.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-26 14:10:40 -05:00

31 lines
583 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "stream",
"concurrency": "20",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"cache": false,
"persistent": true,
"interactive": false,
"dependsOn": ["^build"]
},
"generate:icons": {
"inputs": ["./packages/core/icons/assets/**"],
"outputs": ["src/generated-icons/**"]
},
"clean": {
"cache": false
},
"test": {
"outputs": ["coverage/**"]
},
"lint": {
"outputs": []
}
}
}