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

x/snel/imports/drollup.ts>WatcherOptions

A Cybernetical framework for svelte applications in deno
Latest
interface WatcherOptions
import { type WatcherOptions } from "https://deno.land/x/snel@v0.7.1/imports/drollup.ts";

Properties

optional
buildDelay: number
optional
clearScreen: boolean
optional
exclude: string | RegExp | (string | RegExp)[]
optional
include: string | RegExp | (string | RegExp)[]
optional
skipWrite: boolean