Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
432 Bytes
{
"$schema": "https://turborepo.org/schema.json",
"tasks": {
"dev": {
"dependsOn": ["^build"],
"cache": false,
"persistent": true
},
"clean": {
"cache": false
},
"build": {
"outputs": ["dist/**", "public/build/**", "api/**"],
"dependsOn": ["^build"],
"inputs": ["src/**/*.tsx", "src/**/*.ts", "../../tsup.config.base.ts"]
},
"lint": {},
"pack": {}
}
}