From aa43b711cc9a78abd4dee21c4b165d123d0f71da Mon Sep 17 00:00:00 2001 From: rca Date: Sun, 16 Jun 2024 18:13:11 +0900 Subject: [PATCH] =?UTF-8?q?services=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.paths.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.paths.json b/tsconfig.paths.json index 2c1a81e..23b5e4f 100644 --- a/tsconfig.paths.json +++ b/tsconfig.paths.json @@ -6,6 +6,7 @@ "@routers/*": ["./routers/*"], "@middlewares/*": ["./routers/middlewares/*"], "@utils/*": ["./utils/*"], + "@services/*": ["./services/*"], } } }