cubicdone/turbo.json
2024-07-05 07:58:25 +03:00

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"]
}