Files
reffuse/turbo.json
Julien Valverdé a7b5a32071
All checks were successful
Publish / publish (push) Successful in 24s
Lint / lint (push) Successful in 16s
0.1.3 (#5)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: https://gitea:3000/Thilawyn/reffuse/pulls/5
2025-03-11 01:44:37 +01:00

12 lines
198 B
JSON

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