headlamp
headlamp copied to clipboard
Plugins endlessly reloading on dev only app
running npm run dev-only-app
locally with the .plugins
directory in headlamp causes a loop of checks for updates to the plugins. deleting this directory fixes the issue though.
I don't think we need to watch for changes in the static-plugins folder, so we should just remove that from the watch list.