feat(core): Refactor project structure for better modularity and code organization
This commit is contained in:
@@ -5,6 +5,11 @@ export {
|
||||
path
|
||||
}
|
||||
|
||||
// dees-document scope
|
||||
import * as shared from '../dist_ts_shared/index.js';
|
||||
|
||||
export { shared };
|
||||
|
||||
// @push.rocks/scope
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
|
Reference in New Issue
Block a user