// Define the the root path of the app as a global constant
global.ROOT_PATH=__dirname;
// The base url of the Terminalizer website
global.BASEURL='https://terminalizer.com';
// Dependency Injection
di.set('is',is);
di.set('chalk',chalk);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.