Edit File: turbo.json
{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**"], "cache": true }, "dev": { "cache": false, "persistent": true } } }
Back