mobile update

This commit is contained in:
arrelin
2026-03-10 14:11:35 +03:00
parent 265c29d542
commit 45eefeb1f5
12 changed files with 107 additions and 68 deletions

View File

@@ -4,8 +4,8 @@
"version": "0.1.0",
"identifier": "com.arrelin.family-budget-android",
"build": {
"beforeDevCommand": "",
"devUrl": "https://family-budget.duckdns.org",
"beforeDevCommand": "npm run dev --prefix ../frontend",
"devUrl": "http://localhost:5173",
"beforeBuildCommand": "npm run build --prefix ../frontend",
"frontendDist": "../frontend/dist"
},
@@ -36,7 +36,7 @@
"deep-link": {
"mobile": [
{
"scheme": "com.arrelin.family-budget-android",
"scheme": ["com.arrelin.family-budget-android"],
"host": "auth"
}
]