added intial processing service
This commit is contained in:
parent
cbef304045
commit
ddcf94a587
8 changed files with 325 additions and 116 deletions
4
apps/processing-service/src/services/index.ts
Normal file
4
apps/processing-service/src/services/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Services exports for processing service
|
||||
*/
|
||||
export { ProcessingServiceManager, processingServiceManager } from './processing.service';
|
||||
Loading…
Add table
Add a link
Reference in a new issue