Files
reffuse/turbo.json
Julien Valverdé e92087e593
All checks were successful
Lint / lint (push) Successful in 12s
Test build / test-build (pull_request) Successful in 13s
Turbo fix
2025-02-26 19:23:49 +01:00

17 lines
284 B
JSON

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