fix(core): update

This commit is contained in:
2019-06-03 17:09:16 +02:00
parent 59eed53644
commit 74a0a27fc1
2 changed files with 5 additions and 8 deletions

View File

@@ -1,6 +1,3 @@
import * as plugins from './smartpdf.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const pdfDir = plugins.path.join(packageDir, 'assets/pdfdir');
plugins.smartfile.fs.ensureDirSync(pdfDir);