Turbo setup
Some checks failed
Lint / lint (push) Failing after 13s

This commit is contained in:
Julien Valverdé
2025-02-25 22:07:18 +01:00
parent 618cee4028
commit af077d34aa
4 changed files with 37 additions and 2 deletions

14
turbo.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["./src/**"],
"outputs": ["./dist/**"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}