kios-webapp/turbo.json

17 lines
288 B
JSON
Raw Permalink Normal View History

2024-03-07 14:31:41 +00:00
{
"$schema": "https://turbo.build/schema.json",
"globalDotEnv": [".env"],
"pipeline": {
"build": {
"outputs": ["dist/**", "umd/**", "build/**"]
},
"test": {},
"lint": {},
"dev": {
"cache": false,
"persistent": true
},
"serve": {}
}
}