fixed turbo dependecies

This commit is contained in:
Bojan Kucera 2025-06-09 21:14:30 -04:00
parent cffcd05066
commit 22859fb9a6
20 changed files with 241 additions and 1 deletions

View file

@ -1,7 +1,8 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalDependencies": ["**/.env.*local"], "tasks": {
"globalDependencies": ["**/.env.*local"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],