- Adds a "virtual" record with all zeros to ensure the chart starts from the origin. - Fixes various linting issues.
28 lines
439 B
JSON
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": {}
|
|
}
|
|
}
|