smartssr/ts/smartssr.paths.ts

6 lines
224 B
TypeScript
Raw Normal View History

2020-02-12 21:31:22 +00:00
import * as plugins from './smartssr.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const noGitDir = plugins.path.join(packageDir, './.nogit');
2020-03-01 13:41:20 +00:00
plugins.smartfile.fs.ensureDirSync(noGitDir);