fix(core): Removed GitLab CI configuration and updated npm, gitzone settings
This commit is contained in:
@@ -4,9 +4,9 @@ import * as path from 'path';
|
||||
export { path };
|
||||
|
||||
// @serve.zone scope
|
||||
import * as lointCloudly from '@losslessone_private/loint-cloudly';
|
||||
import * as servezoneInterfaces from '@serve.zone/interfaces';
|
||||
|
||||
export { lointCloudly };
|
||||
export { servezoneInterfaces };
|
||||
|
||||
// @api.global scope
|
||||
import * as typedrequest from '@api.global/typedrequest';
|
||||
@@ -42,3 +42,8 @@ export {
|
||||
smartstring,
|
||||
taskbuffer,
|
||||
};
|
||||
|
||||
// @tsclass scope
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
export { tsclass };
|
||||
|
||||
Reference in New Issue
Block a user