안드로이드 빌드 환경 설정 및 서버 URL 변경 적용

This commit is contained in:
hansoo
2025-03-16 20:06:38 +09:00
parent f42d33b9a1
commit b6bcdedc39
55 changed files with 1023 additions and 2 deletions

View File

@@ -2,11 +2,11 @@
import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'app.lovable.79bc38c3bdd04a7fb4db0ec501bdb94f',
appId: 'com.lovable.zellyfinance',
appName: '젤리의 적자탈출',
webDir: 'dist',
server: {
url: 'https://79bc38c3-bdd0-4a7f-b4db-0ec501bdb94f.lovableproject.com?forceHideBadge=true',
url: 'https://zfinance.zellyy.com/',
cleartext: true
},
plugins: {