Skip to content

Commit

Permalink
fix(platform): add missing index option for the platform plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Nov 21, 2023
1 parent 90cac1c commit b111042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/platform/src/lib/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ export interface Options {
nitro?: NitroConfig;
apiPrefix?: string;
jit?: boolean;
index?: string;
workspaceRoot?: string;
}

0 comments on commit b111042

Please sign in to comment.