Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: https://gitea:3000/Thilawyn/reffuse/pulls/5
12 lines
198 B
JSON
12 lines
198 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"inputs": ["./src/**"],
|
|
"outputs": ["./dist/**"]
|
|
},
|
|
"pack": {}
|
|
}
|
|
}
|