OrionReed / dom3d

Browser extension to view and debug the DOM in 3D space.
GNU General Public License v3.0
501 stars 11 forks source link

Fix 'yarn watch' command not working on windows #22

Closed giubrocchi closed 5 months ago

giubrocchi commented 5 months ago

Before, the nodemon --exec option on the 'yarn watch' command had single quotes, which doesn't work on windows. Now, I changed to double quotes, so it will work on all operational systems.

OrionReed commented 5 months ago

Good catch! Thanks!