feat(core): Refactored plugin and request handling to use idpInterfaces

This commit is contained in:
2024-10-07 10:26:21 +02:00
parent 1bfdc67a0e
commit 03a8536297
25 changed files with 267 additions and 126 deletions
+2 -2
View File
@@ -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';