5 Commits

Author SHA1 Message Date
LiHaohua 8d25731a6b Fix TS2345: handle nullable exit code in DockerSetup
r.code is number | null, use nullish coalescing to default to 1.
2026-04-29 20:39:15 +08:00
LiHaohua 66cdfff1b3 Add tauri script to package.json for CI build
tauri-apps/tauri-action expects `npm run tauri build` to work.
2026-04-29 19:34:01 +08:00
LiHaohua 6565e542ee Rename to CardputerZero AppBuilder and add Tauri CI/CD
- Update product name, identifier, and window title
- Add build-tauri.yml: builds on Linux/macOS/Windows, creates GitHub release on tags
- Update README, docs, package.json, index.html

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 12:09:44 +08:00
LiHaohua 0d6edec3e7 Migrate all files from M5Stack-AppBuilder
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 12:00:45 +08:00
LiHaohua e2f791c30a Initial commit: add .gitignore, LICENSE, and README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 11:42:48 +08:00