refactor(nestjs): wip import module

This commit is contained in:
Ahmed Bouhuolia
2025-05-28 17:01:46 +02:00
parent b7a3c42074
commit c51347d3ec
16 changed files with 119 additions and 85 deletions

View File

@@ -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');