feat: add placeholder packages (core, api, api-client, cms-core, cms-client, ui)

This commit is contained in:
2026-04-06 14:08:50 +02:00
parent c3f069a005
commit 1cbdb71111
18 changed files with 184 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// @repo/core — Clean Architecture core package
// Layers: entities, application, infrastructure, interface-adapters, di
export {};