⚠️ This package is deprecated. v2 is the final release. No future versions will be published.
Skip to content

onBeforeInit

The initialization function is triggered before the Axe API starts to create routes.

ts
import { App } from "axe-api";

const onBeforeInit = async (app: App) => {
  // Do anything with the App instance
};

export { onBeforeInit };

Released under the MIT License.