Skip to content

Commit

Permalink
update getDeckDefinitions.ts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthagen committed Nov 9, 2023
1 parent 4f20920 commit 827da77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/hardware-sim/Deck/getDeckDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { DeckDefinition } from '@opentrons/shared-data'
// and SD is not webpacked

const deckDefinitionsContext = require.context(
'@opentrons/shared-data/deck/definitions/3',
'@opentrons/shared-data/deck/definitions/4',
true, // traverse subdirectories
/\.json$/, // import filter
'sync' // load every definition into one synchronous chunk
Expand Down

0 comments on commit 827da77

Please sign in to comment.