UNPKG

@izzyjs/route

Version:

Use your AdonisJs routes in your Inertia.js application

10 lines (9 loc) 290 B
import type { AssemblerHookHandler } from '@adonisjs/core/types/app'; declare global { var __izzy_routes_generated_once__: boolean | undefined; } /** * The hook to be executed during the build process. You can perform */ declare const hook: AssemblerHookHandler; export default hook;