diff --git a/app.js b/app.js index 202912c..7455d60 100644 --- a/app.js +++ b/app.js @@ -39,6 +39,9 @@ global.di = di; // 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);