Files
Homarr/turbo.json
Thomas Camlong 04a304dcd6 Turbo cache (#767)
* Try to add vercel caching with turbo

* Update lockfile

* Update turbo json file

* Fix CI

* Add new rule

* re-launch ci

* Update CI to use Turbo

* Use yarn turbo build
2023-03-18 18:19:28 +08:00

11 lines
144 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [
".next/**",
"!.next/cache/**"
]
}
}
}