Skip to content

Commit

Permalink
remove basename
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Nov 23, 2024
1 parent be8b14f commit 94e2d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as path from 'path';
import slash from 'slash';
import { template } from './template.js';

type RequiredReactRouterConfig = Pick<Parameters<Required<Preset>['reactRouterConfigResolved']>[number]['reactRouterConfig'], 'appDirectory' | 'routes' | 'basename'>;
type RequiredReactRouterConfig = Pick<Parameters<Required<Preset>['reactRouterConfigResolved']>[number]['reactRouterConfig'], 'appDirectory' | 'routes'>;
type RouteManifestEntry = RequiredReactRouterConfig['routes'][string];

interface Options {
Expand Down

0 comments on commit 94e2d33

Please sign in to comment.