mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-02 15:23:37 +00:00
23 lines
368 B
JSON
23 lines
368 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"pipeline": {
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"dev-ele": {
|
|
"dependsOn": ["^dev"],
|
|
"cache": false
|
|
},
|
|
"build": {
|
|
"outputs": [".next/**"]
|
|
},
|
|
"build-ele": {
|
|
"outputs": [".next/**"],
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|