{ "$schema": "https://turbo.build/schema.json", "extends": ["//"], "//": "Tauri shell as a first-class Turbo node. build outputs [] so `turbo run build` doesn't try to cache/compile the Rust bundle on every pass (a real desktop bundle is a deliberate `pnpm --filter @parking/desktop build`).", "tasks": { "build": { "outputs": [] } } }