sparcs-kaist / taxi-front

KAIST Taxi Party Matching Web Service
https://taxi.kaist.ac.kr
MIT License
13 stars 2 forks source link

[Bug] REACT_APP_IO_URL 환경변수의 기본값이 잘못 설정됨 #720

Open kmc7468 opened 7 months ago

kmc7468 commented 7 months ago

Describe the bug

REACT_APP_IO_URL이 정의되지 않은 경우 REACT_APP_BACK_URL과 같은 값이 사용되어야 하지만, 현재는 localhost:9000이 기본값으로 사용되고 있습니다.

Screenshots

image vite.config.ts 파일입니다.