Skip to content

Commit 904338b

Browse files
authored
fix (react-native-web-example): add tui to turbo config (#9334)
### Description - Adding `ui` to the `turbo.json` allows to have interactive tasks #1235 (comment) ### Testing Instructions 1. Create a new project `npx create-turbo@latest -e with-react-native-web` 2. Run `pnpm run dev` 3. It opens a new terminal UI
1 parent ad8bd66 commit 904338b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/with-react-native-web/turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3+
"ui": "tui",
34
"tasks": {
45
"build": {
56
"inputs": ["$TURBO_DEFAULT$", ".env*"],

0 commit comments

Comments
 (0)