Go to repository

Interface TaskViteOptions

This type represents the options that you can pass to the vite task.

interface TaskViteOptions {
    watch?: string;
}

Properties

Properties

Optional
watch?: string

The files to watch for changes, if desired.