feat(core): configure package exports and npm ignore

- Add public API exports from all layers
- Add .npmignore for clean package publishing
This commit is contained in:
imfozilbek
2025-11-23 21:43:58 +05:00
parent 8b81e6030d
commit 6f4d77449a
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export * from './domain';
export * from './application';
export * from './infrastructure';
export * from './shared';