Skip to content

Commit

Permalink
Update nimidirectory.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabben authored Jan 27, 2024
1 parent 241c3e3 commit efc4e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimidirectory.nim
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ proc main() =
let
packagesJson = getPackagesJson(packagesURL)
jsContent = readFile(getCurrentDir() / "public" / "js" / "app.js")
patchedJs = fmt"const packages = {packagesJson}\n{jsContent}"
patchedJs = &"const packages = {packagesJson}\n{jsContent}"
publicDir = getCurrentDir() / "public"
packageDir = getCurrentDir() / "public" / "pkg"

Expand Down

0 comments on commit efc4e5c

Please sign in to comment.