Packages
Opinionated library for caching Sanity CMS content in an ETS table for submillisecond response times.
Retired package: Deprecated - deprecated
Current section
Files
Jump to
Current section
Files
sanity_cache
.formatter.exs
.formatter.exs
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [defq: 2],
export: [
locals_without_parens: [defq: 2]
]
]