smartssr/ts/smartssr.paths.ts
2020-02-12 21:38:04 +00:00

5 lines
223 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);