We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d57f13 commit 2c82fe4Copy full SHA for 2c82fe4
2 files changed
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@focal/docify",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"license": "MIT",
5
"exports": "./mod.ts",
6
"imports": {
mod.ts
@@ -8,7 +8,7 @@ export default class {
8
9
constructor(app: Application) {
10
const { engine } = app;
11
- const tmpl = new URL('./test.tmpl', import.meta.url).pathname;
+ const tmpl = new URL('./tmpl.html', import.meta.url).pathname;
12
13
app.get("/", async () => {
14
const summary = await getSummary();
0 commit comments