fix(core): Removed GitLab CI configuration and updated npm, gitzone settings

This commit is contained in:
2024-12-29 22:51:34 +01:00
parent 44ec964814
commit 9d2e3e640a
11 changed files with 4230 additions and 809 deletions

View File

@@ -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 };