fix(core): update

This commit is contained in:
2020-03-01 13:41:20 +00:00
parent c5740db2cd
commit 2b2a0ee758
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +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);
plugins.smartfile.fs.ensureDirSync(noGitDir);