Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be/refactor/#582 로거 공통 패키지로 분리 #583

Merged
merged 11 commits into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. chore: workspaces 설정 및 패키지 추가 설치

    workspaces 속성을 이용하여 여러 패키지를 관리하도록 리팩토링
    kimyu0218 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4bb4f8d View commit details
    Browse the repository at this point in the history
  2. refactor: 공통 라이브러리 정의

    - was, signal 서비스에서 같은 로거를 사용
    - packages 하위에 로거를 정의하고 사용하도록 수정
    kimyu0218 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b143e9f View commit details
    Browse the repository at this point in the history
  3. refactor: 공통 라이브러리 재사용

    - was와 signal 서비스에서 같은 로거를 사용함
    - 같은 코드가 서로 다른 위치에 중복으로 정의되었으므로 공통 라이브러리로
      분리
    kimyu0218 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c7666a1 View commit details
    Browse the repository at this point in the history
  4. docs: eslint 설정 수정

    kimyu0218 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f0a9a77 View commit details
    Browse the repository at this point in the history
  5. chore: 더 이상 사용하지 않는 패키지 삭제

    최상위 디렉토리에서 설치했으므로 하위 디렉토리에 또 다시 설치할 필요
    없음
    kimyu0218 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0b9091a View commit details
    Browse the repository at this point in the history
  6. refactor: 공통 패키지를 위해 최상위 package.*json 복사

    - 공통 패키지와 관련된 내용은 최상위 package.json에 기록되어 있음
    - 해당 파일을 app 하위에 복사하여 이미지가 코드를 찾을 수 있도록 수정
    kimyu0218 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1ae9136 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d203c1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ede11f View commit details
    Browse the repository at this point in the history
  9. chore: 스크립트 작성

    최상위 디렉토리에서 공용 패키지를 빌드하고, dev를 실행할 수 있도록 스크립트 작성
    kimyu0218 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    832e558 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5537f52 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    4a48101 View commit details
    Browse the repository at this point in the history