chore(env): API base URL 환경 파일 추가

This commit is contained in:
Yu Sung
2026-07-26 03:31:45 +09:00
parent 42027b9f0d
commit f8a313031c
3 changed files with 3 additions and 0 deletions

1
.env.development Normal file
View File

@@ -0,0 +1 @@
VITE_API_BASE_URL=https://test-character-admin.sodalive.net

1
.env.example Normal file
View File

@@ -0,0 +1 @@
VITE_API_BASE_URL=https://test-character-admin.sodalive.net

1
.env.production Normal file
View File

@@ -0,0 +1 @@
VITE_API_BASE_URL=https://character-admin.sodalive.net