返回 slidev
turbo.json
根目录 / turbo.json
1 {
2 "$schema": "https://turbo.build/schema.json",
3 "tasks": {
4 "build": {
5 "dependsOn": ["^build"],
6 "outputs": ["dist/**"]
7 },
8 "dev": {
9 "cache": false,
10 "persistent": true
11 }
12 }
13 }
14
14 lines JSON