fix(core): update

This commit is contained in:
2020-02-12 21:38:04 +00:00
parent 23b4c1cf89
commit 637170ecd2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,3 +2,4 @@ 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);