TangSengDaoDaoWeb/turbo.json
tangtaoit 5fe77a729c init
2023-07-06 09:30:52 +08:00

15 lines
207 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"outputs": [".next/**"]
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}