smartssr/ts/smartssr.paths.ts

6 lines
179 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');