17 lines
288 B
JSON
17 lines
288 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"globalDotEnv": [".env"],
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["dist/**", "umd/**", "build/**"]
|
|
},
|
|
"test": {},
|
|
"lint": {},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"serve": {}
|
|
}
|
|
}
|