one
Version:
One is a new React Framework that makes Vite serve both native and web.
11 lines • 523 B
TypeScript
export declare const ROUTE_GLOB_PATTERN = "**/*.{ts,tsx}";
export declare const API_ROUTE_GLOB_PATTERN = "**/*+api.{ts,tsx}";
/**
* Glob patterns that will definitely be excluded from web that we can ignore as early as possible.
*/
export declare const ROUTE_WEB_EXCLUSION_GLOB_PATTERNS: string[];
/**
* Glob patterns that will definitely be excluded from native that we can ignore as early as possible.
*/
export declare const ROUTE_NATIVE_EXCLUSION_GLOB_PATTERNS: string[];
//# sourceMappingURL=glob-patterns.d.ts.map