desktop 앱 적용

This commit is contained in:
Macbook
2026-06-14 10:15:54 +09:00
parent 7a2f65088c
commit 86b99d8c10
81 changed files with 8164 additions and 37 deletions
+6
View File
@@ -0,0 +1,6 @@
import { DESKTOP_API_BASE, setApiBase } from '@goldenchart/shared';
/** Tauri desktop — 항상 https exdev (localhost·http 금지) */
export function ensureDesktopApiBase(): void {
setApiBase(DESKTOP_API_BASE);
}