Files
lixiyu-net/turbo.json

10 lines
158 B
JSON
Raw Normal View History

2023-12-25 17:21:39 +08:00
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {}
}
}