From 64fc5dc73b2687efa867f72a6c3000582b6049e1 Mon Sep 17 00:00:00 2001 From: mxcl Date: Thu, 16 Jun 2022 13:41:29 -0400 Subject: [PATCH] Version our fork of denosaurs/cache --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 128fb151..4c6f7cd4 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -2,7 +2,7 @@ import { isString, isPlainObject, isDate, isEmptyArray, isEmptyObject, isArray, export { isString, isPlainObject, isDate, isEmptyArray, isEmptyObject, isArray, isNumber, isPositiveNumber, isRegExp } ///////////////////////////////////////////////////////////////////////// HTTP -import { cache, File, Policy, configure } from "https://raw.githubusercontent.com/mxcl/deno-cache/main/mod.ts" +import { cache, File, Policy, configure } from "https://raw.githubusercontent.com/mxcl/deno-cache/0.2.14/mod.ts" //FIXME lol better configure({ directory: "/opt/tea.xyz/var/www2" })