Replaces legacy @mojoio/gitlab with modern ESM TypeScript client supporting projects, groups, CI/CD variables, and pipelines.
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
import * as plugins from './gitlab.plugins.js';
|
|
|
|
export const logger = new plugins.smartlog.ConsoleLog();
|