smartarchive/ts/smartarchive.paths.ts

5 lines
181 B
TypeScript
Raw Normal View History

2020-03-13 20:22:56 +00:00
import * as plugins from './smartarchive.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const nogitDir = plugins.path.join(__dirname, './.nogit');