buster/apps/momentic/turbo.json

10 lines
188 B
JSON
Raw Normal View History

2025-09-24 11:23:52 +08:00
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"momentic": {
"cache": false,
"persistent": true
}
}
}