6 Commits

Author SHA1 Message Date
5cc1cc9247 chore: update env to use localhost for API URLs and refactor SurveySaleDownloadPdf and SurveySaleSubmitPopup components 2025-05-30 10:04:40 +09:00
46720229fc feat: add postcode popup page publish
- 조회 된 데이터 없을 때의 tr 추가
2025-05-29 08:59:09 +09:00
67ba964eec feat: add data for download survey-sale pdf 2025-05-28 14:22:22 +09:00
94a1352817 fix: update baseUrl in local config to use localhost 2025-05-27 13:25:01 +09:00
efd3272ff4 fix: setOffest when the select sort option 2025-05-27 13:16:00 +09:00
e846b55faa chore: Update environment configuration and enhance API integration
- Added NEXT_PUBLIC_RUN_MODE to .env files for environment differentiation.
- Introduced .env.localhost for local development settings.
- Updated .env.production with the correct API URL.
- Modified package.json scripts to utilize env-cmd for environment-specific commands.
- Created a common configuration module to manage environment-specific settings.
- Refactored useAxios to utilize the new configuration for base URL management.
- Enhanced Footer component to display current configuration values.
2025-05-22 15:00:41 +09:00