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.
2 parents e733277 + fe439a5 commit ca8ff8aCopy full SHA for ca8ff8a
src/index.ts
@@ -4,7 +4,7 @@ import { parseArgs } from "jsr:@std/cli/parse-args";
4
5
const __dirname = path.dirname(path.fromFileUrl(import.meta.url));
6
7
-const viewpath = Deno.cwd() + "/src/public/";
+const viewpath = Deno.cwd() + "/public/";
8
const eta = new Eta({ views: viewpath, cache: true });
9
10
const flags = parseArgs(Deno.args, {
0 commit comments