Files
lixiyu-net/turbo.json
2024-08-14 09:01:14 +08:00

10 lines
155 B
JSON

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