Netlify Build plugin inngest - A Netlify build plugin for registering serverless
Inngest functions.
Please install this plugin from the Netlify app or add the following to your
netlify.toml:
[[plugins]]
package = "netlify-plugin-inngest"
The following inputs options are available:
host - The host of your site, e.g. “https://www.example.com”, used topath - The path to your Inngest handler, e.g. “/api/inngest”, used toTo use inputs, provide them in your netlify.toml:
[[plugins]]
package = "netlify-plugin-inngest"
[plugins.inputs]
host = "https://my-specific-domain.com"
path = "/api/inngest"