mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-28 07:16:53 +05:00
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:
4
packages/core/src/index.ts
Normal file
4
packages/core/src/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export * from './domain';
|
||||
export * from './application';
|
||||
export * from './infrastructure';
|
||||
export * from './shared';
|
||||
Reference in New Issue
Block a user