mobile update

This commit is contained in:
arrelin
2026-03-10 14:59:04 +03:00
parent 035e6b20c7
commit 7c352d9e82
3 changed files with 16 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"build": {
"beforeDevCommand": "npm run dev --prefix ../frontend",
"devUrl": "http://localhost:5173",
"beforeBuildCommand": "npm run build --prefix ../frontend",
"beforeBuildCommand": "VITE_API_BASE_URL=https://family-budget.duckdns.org/api npm run build --prefix ../frontend",
"frontendDist": "../frontend/dist"
},
"app": {