Skip to content

Commit

Permalink
Revert addition of production property to playroom config
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Nov 14, 2023
1 parent 1b00e53 commit eadd0f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ interface PlayroomConfig {
iframeSandbox?: string;
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
reactDocgenTypescriptConfig?: import('react-docgen-typescript').ParserOptions;
production?: boolean;
}

interface InternalPlayroomConfig extends PlayroomConfig {
Expand Down

0 comments on commit eadd0f2

Please sign in to comment.