Skip to content

Commit

Permalink
Version our fork of denosaurs/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jun 16, 2022
1 parent f28b5ea commit 64fc5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" })
Expand Down

0 comments on commit 64fc5dc

Please sign in to comment.