Files
zerobyte/turbo.json
Nico 332e5bffda refactor: extract restic in core package (#651)
* refactor: extract restic in core package

* chore: add turbo task runner

* refactor: split server utils

* chore: simplify withDeps signature and fix non-null assertion
2026-03-11 21:56:07 +01:00

19 lines
252 B
JSON

{
"$schema": "https://turborepo.dev/schema.json",
"tasks": {
"build": {
"outputs": ["dist/**"]
},
"tsc": {
"dependsOn": ["^tsc"]
},
"test": {
"dependsOn": ["^test"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}