aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-25 16:22:29 -0400
committertdro <tdro@noreply.example.com>2023-08-25 16:33:16 -0400
commit237f56e366a4f89c12699a57df1148d19a224263 (patch)
tree961ce3a0cd059047b1279e2f0702e638fa98b841 /static
parent59199d7c7b428031222af8e85c4e3aa4c7022459 (diff)
downloadcanory-237f56e366a4f89c12699a57df1148d19a224263.tar.gz
canory-237f56e366a4f89c12699a57df1148d19a224263.tar.bz2
canory-237f56e366a4f89c12699a57df1148d19a224263.zip
shell: Export HOME and HISTFILE
Deno emit has silent errors without $HOME for deno-wasmbuild cache folder, which requires an Internet connection on every call if not available.
Diffstat (limited to 'static')
-rw-r--r--static/js/bundle.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/bundle.ts b/static/js/bundle.ts
index ac858c4..bb9bee7 100644
--- a/static/js/bundle.ts
+++ b/static/js/bundle.ts
@@ -1,4 +1,4 @@
-import { bundle } from "https://deno.land/x/emit@0.17.0/mod.ts";
+import { bundle } from "https://deno.land/x/emit@0.26.0/mod.ts";
function removeSourceMap(text): string {
return text.replace(/^\/\/# sourceMappingURL.*$/gm, "").trim();