Revert "Reapply "archive 삭제""

This reverts commit aec9ae8c43.
This commit is contained in:
2026-04-09 10:45:31 +09:00
parent 7225e53760
commit 4510784946
245 changed files with 3799 additions and 0 deletions
@@ -0,0 +1,3 @@
프로바이더는 서비스, 레포지토리, 팩토리 등 다양한 유형의 클래스를 포함할 수 있습니다.
NestJS에서는 **의존성 주입**을 통해 프로바이더를 주입받습니다.
프로바이더는 `@Injectable()` 데코레이터로 정의합니다.