kios-webapp/turbo.json
2024-03-07 15:31:41 +01:00

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": {}
}
}