cleaner look

This commit is contained in:
2026-02-06 01:50:48 +01:00
parent da74a25cd0
commit 34aeebd62e
3 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"preview": "vite preview",
"presync": "npm run build",
"sync": "npx cap sync",
"android": "npx cap run android",
"android": "npm run build && npx cap sync android",
"ios": "npx cap run ios"
},
"dependencies": {