@izzyjs/route
Version:
Use your AdonisJs routes in your Inertia.js application
11 lines (10 loc) • 368 B
TypeScript
/**
* Detect the correct build path for the client files
* Works in both monorepo and standalone project scenarios
*/
export declare function detectBuildPath(): Promise<string>;
/**
* Get the relative path from the current working directory to the build path
* Useful for debugging and logging
*/
export declare function getRelativeBuildPath(): Promise<string>;