This commit is contained in:
@@ -154,7 +154,9 @@ export class EmailService {
|
||||
join(process.cwd(), 'server/templates', `${templateName}.hbs`),
|
||||
join(process.cwd(), '.output/server/templates', `${templateName}.hbs`),
|
||||
join(__dirname, '..', 'templates', `${templateName}.hbs`),
|
||||
join(__dirname, '..', '..', 'server/templates', `${templateName}.hbs`)
|
||||
join(__dirname, '..', '..', 'server/templates', `${templateName}.hbs`),
|
||||
// Docker container path
|
||||
`/app/server/templates/${templateName}.hbs`
|
||||
];
|
||||
|
||||
let templateContent: string | null = null;
|
||||
|
||||
Reference in New Issue
Block a user