Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/view_engine/node_modules/@types/nunjucks/index.d.ts>FileSystemLoaderOptions

🚀A Template View Engine for Deno frameworks
Latest
interface FileSystemLoaderOptions
import { type FileSystemLoaderOptions } from "https://deno.land/x/view_engine@v10.6.0/node_modules/@types/nunjucks/index.d.ts";

Properties

optional
watch: boolean

if true, the system will automatically update templates when they are changed on the filesystem

optional
noCache: boolean

if true, the system will avoid using a cache and templates will be recompiled every single time