mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
refactor(nestjs): wip import module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import path from 'path';
|
||||
import pug from 'pug';
|
||||
import * as path from 'path';
|
||||
import * as pug from 'pug';
|
||||
|
||||
export function templateRender(filePath: string, options: Record<string, any>) {
|
||||
const basePath = path.join(global.__resources_dir, '/views');
|
||||
|
||||
Reference in New Issue
Block a user