fix: 클라이언트 전용 코드로 변경하여 서버 사이드 렌더링 지원

This commit is contained in:
“hyeonggkim”
2025-11-14 16:21:24 +09:00
parent 7adb2ced25
commit ffa89ffbb6
9 changed files with 166 additions and 23 deletions

View File

@@ -9,6 +9,8 @@ import { csrFormatJWT } from '#layers/utils/formatUtil'
* Stove 로그인
*/
export const csrGoStoveLogin = () => {
if (!import.meta.client) return
const runtimeConfig = useRuntimeConfig()
const gameDataStore = useGameDataStore()