pull/5370/head
filip mertens 2 years ago
parent bc9e22cb23
commit e2dbb39d16
  1. 2
      apps/doc-gen/src/app/docgen/templates.ts

@ -66,7 +66,7 @@ async function readPartials() {
async function readHelpers(name: string) { async function readHelpers(name: string) {
let helpersPath; let helpersPath;
const h = await import(`${window.location.pathname}/themes/markdown/helpers'); const h = await import(`${window.location.pathname}/themes/markdown/helpers`);
const helpers: Record<string, (...args: any[]) => any> = {}; const helpers: Record<string, (...args: any[]) => any> = {};
for (const name in h) { for (const name in h) {

Loading…
Cancel
Save