arnoson / vite-plugin-live-reload

A simple live reloading plugin for vite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Allow passing a root option to use instead of Vite's root

ElMassimo opened this issue · comments

Description 📖

In some projects, the process.cwd() does not match the configured root in Vite, so it's useful to provide a different one.

Would you accept a PR to add a root config option? (alongside log).