ho-it-project / api_server

hoit api server
0 stars 0 forks source link

feat: get emergency center list by location #4

Closed de-novo closed 1 year ago

de-novo commented 1 year ago
  1. 응급센터 조회 api완성했습니다

  2. employee및 auth 관련 api responseType 작성을 깜빡해서 추가 작성했습니다.

de-novo commented 1 year ago

db init 파일 경로문제 원인 찾았습니다. tsconfig 파일의 include에 nestia.config.ts때문이었던것 같습니다. 그래서 /dist에 바로 build되는게 아니라. /dist/src에 빌드되어서 그랬던것같습니다. nestia에서 경로를 잘못읽어서 다시 수정했습니다.

de-novo commented 1 year ago

husky관련 script가 말썽부려서 수정했습니다. npx husky install로 수정하니 해결됬습니다.