mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-10 01:22:16 +01:00
11 lines
144 B
JSON
11 lines
144 B
JSON
|
|
{
|
||
|
|
"$schema": "https://turbo.build/schema.json",
|
||
|
|
"pipeline": {
|
||
|
|
"build": {
|
||
|
|
"outputs": [
|
||
|
|
".next/**",
|
||
|
|
"!.next/cache/**"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|