pc 프로그램 다운로드 기능 적용

This commit is contained in:
Macbook
2026-06-14 10:25:22 +09:00
parent 86b99d8c10
commit 92f67580e3
25 changed files with 1031 additions and 125 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
import { ensureDesktopApiBase } from './ensureDesktopApiBase';
import { installTauriHttp } from './installTauriHttp';
/** App·backendApi import 전 API base 고정 (localhost 금지) */
/** App·backendApi import 전 API base 고정 + 네이티브 HTTP */
ensureDesktopApiBase();
installTauriHttp();