Skip to content

Commit

Permalink
typeorm 세팅 (#47)
Browse files Browse the repository at this point in the history
* feat(#42): add entity & repository

* feat(#42): service add

* feat(#42): controller add

* feat(#42): dependence injection

* feat(#42): entity cascade add

* fix(#42): ci yaml fix
  • Loading branch information
mjh000526 authored Nov 13, 2024
1 parent 50dbe7c commit 1602e18
Show file tree
Hide file tree
Showing 31 changed files with 718 additions and 9,888 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies #라이브러리설치
run: |
pnpm install
pnpm install --no-frozen-lockfile
- name: Run lint & Turbo build
run: |
Expand Down
Loading

0 comments on commit 1602e18

Please sign in to comment.