stock-bot/apps/web-api/turbo.json
2025-06-17 23:19:12 -04:00

13 lines
190 B
JSON

{
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}