No name
2024-06-04 f83002441d0040d9f43588b056c4c8c6037085e0
提交 | 用户 | age
ba2415 1 {
V 2   "$schema": "https://turborepo.org/schema.json",
3   "pipeline": {
4     "build": {
5       "dependsOn": ["^build"],
6       "outputs": ["dist/**"]
7     },
8     "stub": {},
5e4be0 9     "lint": {},
ba2415 10     "clean": {
V 11       "cache": false
12     },
13     "dev": {
14       "cache": false,
15       "persistent": true
16     }
17   }
18 }