dev #195

Merged
ysCha merged 96 commits from dev into dev-deploy 2025-07-09 17:32:10 +09:00
Showing only changes of commit 2bbe4ea29e - Show all commits

View File

@ -1,7 +1,7 @@
import getConfigs from './config.common'
// 환경마다 달라져야 할 변수, 값들을 정의합니다. (여기는 development 환경에 맞는 값을 지정합니다.)
const baseUrl = 'https://dev.hanssys.jp'
const baseUrl = 'https://dev.hanasys.jp'
const mode = 'development'
// 환경마다 달라져야 할 값들을 getConfig 함수에 전달합니다.