Patrick (he/him)
Patrick (he/him)17mo ago

Update sub-directory for module already added to deno.land/x

The title pretty much says it all, but the module in question is hot_mod, and the current subdir is src/modules but I want to change it to '' (empty string)
2 Replies
crowlKats
crowlKats17mo ago
in the webhook url there is a search param for the subdir, you can just change it/remove it
Patrick (he/him)
Patrick (he/him)17mo ago
ok, did that, pushed a new tag and the webhook got a 200, but deno info https://deno.land/x/hot_mod@0.0.4-alpha/dist/client/mod.js is failing to find the module. Same with deno info https://deno.land/x/hot_mod@0.0.4-alpha/src/server/mod.ts. Just a caching issue, perhaps? the repo on GH https://github.com/patreeceeo/hot_mod Ah, I see, I need to use --reload with deno info