20 lines
287 B
JSON
20 lines
287 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"ui": "tui",
|
|
"tasks": {
|
|
"dev": {
|
|
"persistent": true,
|
|
"cache": false
|
|
},
|
|
"drizzle:pull": {
|
|
"cache": false
|
|
},
|
|
"test": {},
|
|
"deploy": {
|
|
"cache": true,
|
|
"dependsOn": ["temp_frontend#build"]
|
|
},
|
|
"build": {}
|
|
}
|
|
}
|