Folo/turbo.json

38 lines
771 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"envMode": "loose",
"tasks": {
"Follow#build": {
"outputs": ["dist/**", "out/**"]
},
"Follow#build:web": {
"outputs": ["out/**"]
},
"Follow#build:macos": {
"outputs": ["dist/**", "out/**"]
},
"Follow#build:mas": {
"outputs": ["dist/**", "out/**"]
},
"Follow#build:render": {
"outputs": ["out/**"]
},
"//#format:check": {},
"//#lint": {},
"test": {},
"@follow/electron-main#build": {
"outputs": ["dist/**"]
},
"typecheck": {
"dependsOn": ["@follow/electron-main#build"]
},
"@follow/ssr#build": {
"outputs": ["dist/**"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}