Commit Graph

3 Commits

Author SHA1 Message Date
msksbr a27d205535 build(docker): add Docker build and deployment infrastructure
- Add multi-stage Dockerfile with pnpm install and Nginx serving
- Add nginx.conf with gzip and SPA fallback
- Add docker-build.sh script for building and pushing images
- Add .dockerignore for build context optimization
- Remove unused pnpm-workspace.yaml
2026-05-25 01:32:51 +08:00
msksbr 94a432b14d refactor(android): consolidate signing config and bump SDK to 36
- Remove external android-signing.gradle.kts, inline keystore config
  into app/build.gradle.kts
- Update compileSdk and targetSdk to 36
- Fix version format in package.json (v0.1 → 0.1.0)
2026-05-24 23:53:14 +08:00
msksbr 6c90b09ef7 chore: clean up generated files and update gitignore
- remove api-docs.json from version control
- add src-tauri/gen/ to gitignore
2026-05-24 23:35:17 +08:00