gatsby-plugin-typesense
gatsby-plugin-typesense copied to clipboard
Standalone indexer?
Right now we have gatsby-plugin-typesense
which goes through the root folder of the website and index all the files for us. The problem is we need to run gatsby build
in order to have onPostBuild
fired. It would be awesome if we could create a standalone utility to index files in a given folder without having to build the site again.
We are waiting for a reply here too. It would be great if there was a way to just launch an indexing process