Tried to use ts to catch bugs, it's pretty useless for now.

This commit is contained in:
Renan LE CARO 2025-03-06 16:46:25 +01:00
parent e9d58d6140
commit 3cb662bc92
11 changed files with 2631 additions and 2116 deletions

View file

@ -27,6 +27,8 @@ echo "\"$versionCode\"" > src/version.json
# remove all exif metadata from pictures, because i think fdroid doesn't like that. odd
find -name '*.jp*g' -o -name '*.png' | xargs exiftool -all=
npx prettier --write src/
npm run build
rm -rf ./app/src/main/assets/*