The mobile application for Moji, a minimal and friendly expense tracker app to help you stay mindful with your money — with a touch of charm.
git checkout main
git pull origin main
pnpm run releaseeas build --platform android --profile preview
eas build --platform ios --profile previewNote: The Android production build now generates an
.apkfile (seebuild.production.buildTypeineas.json).
eas build --platform android --profile production
eas build --platform ios --profile production