Skip to content

Commit

Permalink
fix(platform): add missing index option for the platform plugin (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe authored Nov 21, 2023
1 parent 90cac1c commit 9bd6609
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 9bd6609

Please sign in to comment.