mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 00:17:47 -04:00
* Improve the way react-devtools script is injected in dev mode - Implement a simple vite plugin to inject the reactdevtools script tag before serving index.html - Install reactdevtools and concurrently in desktop workspace - Replace tauri beforeDevCommand with concurrently for managing background process * Revert adding concurrently and executing react-devtools alongside tauri desktop app - Add instructions on how to run desktop app alongside react-devtools to CONTRIBUTING.md * Remove unnecessary 'react-devtools' script - Update wording in CONTRIBUTING.md to clarify how to launch 'react-devtools'