From 90a8a50ad00462bd524c9e0e163b976d681f791a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 30 Jul 2024 09:10:12 +0200 Subject: [PATCH] chore: enable turbo tui --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index c724034..c791518 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,6 @@ { "$schema": "https://turbo.build/schema.json", + "ui": "tui", "tasks": { "build": { "inputs": ["$TURBO_DEFAULT$", ".env*"],