You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
#588d4e1da Thanks @bloxy-studios! - Electron joins the desktop slot — groot init --desktop electron and groot add electron grow apps/desktop from @quick-start/create-electron (electron-vite's scaffolder: react-ts template, --skip for full silence; Forge's generator force-installs and can't be silenced). No declared dev port: electron-vite's renderer server is non-strict and self-wiring, unlike Tauri's contractual 1420. Turbo caches electron-vite's out/ build. Bun lifecycle finding (verified empirically in E2E on bun 1.3.14): electron's runtime-download postinstall is NOT default-trusted — the stitch stage now writes trustedDependencies: ["electron"] into the workspace root so bun install produces a runnable app, and groot doctor detects a blocked runtime with a bun pm trust electron fix. Schema framework enum grows electron; manifest stays version 1.