On every deploy, the plugin overwrites the code in the online editor and I would like to keep it to customise the recordExtractor. I tried disabled = true in the netlify.toml file but it doesn't trigger the reindex and seems like the rest API is not available for the Netlify crawlers.
What options do I have to do not overwrite the code in the online editor and run the index?
new Crawler({
  appId: "...",
  apiKey: "...",
   ...
})
Thank you