mirror of
https://github.com/gregor-tokarev/cubicdone.git
synced 2026-09-14 11:06:21 +05:00
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"migrations:gen": { "outputs": ["migrations/*"] },
|
|
"migrations:push": {}
|
|
},
|
|
"globalDependencies": [".env.local", "tsconfig.json"]
|
|
}
|