buster/apps/momentic/turbo.json

11 lines
161 B
JSON
Raw Permalink Normal View History

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