initial implementation
This commit is contained in:
6
ts/smartpdf.paths.ts
Normal file
6
ts/smartpdf.paths.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
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);
|
Reference in New Issue
Block a user