mobile download

This commit is contained in:
Macbook
2026-05-28 14:44:19 +09:00
parent e2816b037f
commit 3503ef33f5
152 changed files with 11021 additions and 687 deletions
+7
View File
@@ -21,6 +21,13 @@ export default defineConfig({
},
server: {
proxy: {
// ── 모바일 APK 정보/다운로드 → exdev (로컬 QR·PC 다운로드가 exdev APK 사용) ──
'/api/mobile-app': {
target: process.env.VITE_MOBILE_APP_PROXY_TARGET || 'http://exdev.co.kr',
changeOrigin: true,
secure: true,
},
// ── GoldenChart Backend API 프록시 ───────────────────────────
'/api': {
target: 'http://localhost:8080',