Generate a module graph on every build by adding the plugin to your vite.config.ts file. You can tune your graph to exclude node_modules or other directories by using the exclude option.
This project is an attempt to build a graph database ontop of Redis using Redis modules, where the nodes in the graph represents entities such as a person or a place and connections such as 'visit' ...