We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa293cf commit 9b5b2d0Copy full SHA for 9b5b2d0
javascript/commands/utils.ts
@@ -3,6 +3,8 @@ import fse from "fs-extra";
3
import path from "node:path";
4
import { ending, frontmatter, preamble } from "../latexContent.js";
5
6
+const __dirname = path.resolve(import.meta.dirname);
7
+
8
export const createMain = (
9
inputDir: string,
10
outputDir: string,
0 commit comments