Skip to content

Commit

Permalink
fix node init
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed May 20, 2024
1 parent 3270d7e commit 8dac07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ when defined napibuild:
# Runs when deleting a file
notify("✨ Deleted", file.getName())
timjs.clearTemplateByPath(file.getPath())

let basepath = timjs.getSourcePath()
var w =
newWatchout(
dirs = @[basepath / "layouts" / "*",
Expand Down

0 comments on commit 8dac07f

Please sign in to comment.