inngest
Version:
Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.
24 lines (22 loc) • 511 B
JavaScript
import { serve as serve$1 } from "./h3.js";
//#region src/nuxt.ts
/**
* The name of the framework, used to identify the framework in Inngest
* dashboards and during testing.
*/
const frameworkName = "nuxt";
/**
* In Nuxt 3, serve and register any declared functions with Inngest, making
* them available to be triggered by events.
*
* @public
*/
const serve = (options) => {
return serve$1({
...options,
frameworkName
});
};
//#endregion
export { frameworkName, serve };
//# sourceMappingURL=nuxt.js.map