Skip to content

I've lost the two pane view since upgrading from 2.0.5 to 2.5 #10317

Answered by mredbishop
mredbishop asked this question in Help
Discussion options

You must be logged in to vote

Apologies, I have just found that this was moved into a setting called "ui" in the config which needs to be set to "tui" as shown below.

{
    $schema": "https://turbo.build/schema.json",
    "ui": "tui",
    "tasks": {
        "build": {
            "dependsOn": [
                "^build"
            ],
            "outputs": [
                "lib/**",
                "dist/**",
                "build/**"
            ]
        },
        "build-dev": {
            "dependsOn": [
                "^build-dev"
            ],
            "outputs": [
                "lib/**",
                "dist/**",
                "build/**"
            ]
        },
        "test": {
            "depend…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mredbishop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant