1
0
cvsa/turbo.json
alikia2x 48bd53105c
fix: add zero-value snapshot at video creation
- Adds a "virtual" record with all zeros to ensure the chart starts from the origin.
- Fixes various linting issues.
2025-12-22 21:01:13 +08:00

28 lines
439 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"ui": "tui",
"tasks": {
"//#biome": {
"dependsOn": ["biome:check"]
},
"//#biome:check": {},
"//#biome:lint": {},
"//#lint": {
"dependsOn": ["biome:lint"]
},
"dev": {
"persistent": true,
"cache": false
},
"drizzle:pull": {
"cache": false
},
"test": {},
"deploy": {
"cache": false,
"dependsOn": ["temp_frontend#build"]
},
"build": {}
}
}