7 lines
249 B
TypeScript
7 lines
249 B
TypeScript
|
import * as plugins from './smarts3.plugins';
|
||
|
|
||
|
export const packageDir = plugins.path.join(__dirname, '../');
|
||
|
export const nogitDir = plugins.path.join(packageDir, './.nogit');
|
||
|
|
||
|
export const bucketsDir = plugins.path.join(nogitDir, './bucketsDir');
|