mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-09-03 05:10:00 +03:00
@@ -5,4 +5,4 @@ import * as path from 'path';
|
||||
//const __dirname = path.dirname(__filename);
|
||||
|
||||
export const projectDir = process.cwd(); //path.resolve(__dirname, '../../../');
|
||||
export const configDir: string = path.resolve(projectDir, './config');
|
||||
export const configDir: string = process.env.CONFIG_DIR || path.resolve(projectDir, `./config`);
|
||||
|
||||
Reference in New Issue
Block a user