smartssr/ts/smartssr.paths.ts

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