You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently use scripts to install node_modules and next inside examples, and run them with require hooks to debug with local swr assets. It's not deal since it's too complicated and not scalable.
Goal
Find a better way to debug with example / test case with local swr
Less dependencies and easy setup
The text was updated successfully, but these errors were encountered:
@anirudh1713 The installed modules might go to node_modules of root workspace directory, and the dependency are shared among each workspace, I guess for example we don't have to do that.
shuding
changed the title
Better way of debugging with local swr assets
Better way of developing SWR with examples/ locally
Sep 21, 2021
Currently use scripts to install node_modules and next inside examples, and run them with require hooks to debug with local swr assets. It's not deal since it's too complicated and not scalable.
Goal
The text was updated successfully, but these errors were encountered: