feat(core-api): compose @repo/blog/api into appRouter under 'blog' namespace

This commit is contained in:
2026-05-04 22:34:43 +02:00
parent fde58f2d3d
commit 1ae1702786
16 changed files with 50 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
import type { Article } from "@/entities/article";
import type { Article } from "../../entities/article";
export interface IArticlesRepository {
getArticle(id: string): Promise<Article | undefined>;