We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e733277 commit fe439a5Copy full SHA for fe439a5
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