smartssr/ts/smartssr.paths.ts
2020-03-01 13:41:20 +00:00

6 lines
224 B
TypeScript

import * as plugins from './smartssr.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const noGitDir = plugins.path.join(packageDir, './.nogit');
plugins.smartfile.fs.ensureDirSync(noGitDir);