From 338dd26243d10a2d1f268c6f97e4bbb89ad72df3 Mon Sep 17 00:00:00 2001 From: Naveen MC <8493007+mcnaveen@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:58:32 +0530 Subject: [PATCH] fix (turbo): add tui to turbo config --- examples/with-react-native-web/turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with-react-native-web/turbo.json b/examples/with-react-native-web/turbo.json index 9be170ca30f2c..c1030a4116811 100644 --- a/examples/with-react-native-web/turbo.json +++ b/examples/with-react-native-web/turbo.json @@ -1,5 +1,6 @@ { "$schema": "https://turbo.build/schema.json", + "ui": "tui", "tasks": { "build": { "inputs": ["$TURBO_DEFAULT$", ".env*"],