Skip to content

Commit

Permalink
move isClientSide to main object
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 20, 2024
1 parent 2c7f338 commit 24d5e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tim/engine/compilers/tim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type
nl*: string = "\n"
output*, jsOutput*, jsonOutput*,
yamlOutput*, cssOutput*: string
start*: bool
start*, isClientSide*: bool
case tplType*: TimTemplateType
of ttLayout:
head*: string
Expand Down

0 comments on commit 24d5e99

Please sign in to comment.