Files
lixiyu-net/turbo.json

10 lines
155 B
JSON
Raw Normal View History

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