Replace selective turbo filters with full build to ensure all
dependencies (tokens, web, tailwind-preset, hex-background, react)
are available for both desktop and mobile showcase builds.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Desktop showcase depends on @dangerousthings/tailwind-preset
via its Tailwind config. Add it to the turbo build filter
alongside tokens and web.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove 541MB of committed Electron build artifacts from git
- Add .gitignore patterns for release/, *.apk, *.aab, *.ipa
- Add GitHub Actions workflow for building showcase releases
(manual dispatch with version input, builds Linux desktop +
Android APK, creates GitHub Release with attached artifacts)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>