Files
reffuse/turbo.json
Julien Valverdé 538b3a415d
All checks were successful
Lint / lint (push) Successful in 12s
Cleanup
2025-02-26 20:50:05 +01:00

12 lines
198 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["./src/**"],
"outputs": ["./dist/**"]
},
"pack": {}
}
}