Skip to content

Commit 1984efc

Browse files
committed
tim config yml fix
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent b6b471c commit 1984efc

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@
1616
via `$this.getPath()`, `$this.getMethod()`, `$this.getQuery("key")`,
1717
`$this.getHeader("key")`, `$this.getBody()`, `$this.getIp()`,
1818
`$this.getUrl()`, `$this.getAgent()`, `$this.getParam("key")`
19+
20+
# v0.2.6 - 2026-07-04
21+
22+
- **FIX**: fixed `source` and `output` fields in `tim.config.yml`

src/tim/app/dev.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ version: "0.1.0"
7373
license: "{pkgLicense}"
7474
7575
compilation:
76-
source: "./templates"
77-
output: "./app/frontend"
76+
source: "./src/templates"
77+
output: "./build"
7878
release: false
7979
8080
server:

tim.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.2.5"
3+
version = "0.2.6"
44
author = "OpenPeeps"
55
description = "A super fast template engine for cool kids!"
66
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)