mobile update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user