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

[SMH-89] design-system 모듈 불러오기 실패하는 문제 해결 작업 #30

Merged
merged 6 commits into from
Jun 14, 2024

Conversation

juchanhwang
Copy link
Collaborator

@juchanhwang juchanhwang commented Jun 11, 2024

Jira

배경

기능을 개발하게 된 배경에 대해 작성합니다.
프로젝트에서 design-system 모듈을 불러오지 못하는 문제를 해결했습니다.

주요 기능

작업한 기능에 대해 작성합니다.

  • �어드민에 "@samilhero/design-system" 설치
  • 디자인 시스템의 모든 컴포넌트 및 훅을 클라이언트 컴포넌트로 단언
  • 각 서비스 앱에 design-system용 path alias 추가

사용 예시

기능에 대한 사용 예시를 자유롭게(텍스트, 코드, 스크린샷) 작성합니다.

[admin, app] > tscofing.js

"compilerOptions": {
    "baseUrl": "./src",
    "paths": {
      "@*": [
        "../../design-system/src/*"
      ]
    }
  },

기타

@juchanhwang juchanhwang merged commit 6fb5b5f into dev Jun 14, 2024
4 checks passed
@juchanhwang juchanhwang deleted the chore/SMH-89 branch June 14, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants