feat(core): Refactored plugin and request handling to use idpInterfaces
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ import * as path from 'path';
|
||||
export { path };
|
||||
|
||||
// Project scope
|
||||
import * as lointReception from '../dist_ts_interfaces/index.js';
|
||||
export { lointReception };
|
||||
import * as idpInterfaces from '../dist_ts_interfaces/index.js';
|
||||
export { idpInterfaces };
|
||||
|
||||
// @api.global scope
|
||||
import * as typedserver from '@api.global/typedserver';
|
||||
|
||||
Reference in New Issue
Block a user