import { resolve } from 'path'; import homedir from 'os'; // will have to fix to work for using in the app root export const APP_COMMAND_FILE_PATH = resolve('./ab-cli-commands'); export const LOCAL_FILE_PATH = resolve('./node_modules/auditboard-cli/dist/ab-cli-commands'); export const USER_FILE_PATH = resolve(homedir + '/.ab-cli-commands');