DEV Community

Discussion on: An actual complete guide to typescript monorepos

Collapse
 
pitops profile image
Petros Kyriakou

Interesting approach thanks for sharing.

Here is a scenario that i have trouble with:
run react app
(react app has dependency package-a which has dependency interfaces package)

when i update the interface e.g adding something extra to the Example interface

vite will not detect the change and won't hot reload. Any ideas why?