Skip to content

Commit

Permalink
fix odd build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Mar 6, 2024
1 parent 4d9314f commit 2433541
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app-shell-odd/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ export default defineConfig(
'@opentrons/components/styles': path.resolve(
'../components/src/index.module.css'
),
'@opentrons/components': path.resolve('../components/src/config.ts'),
'@opentrons/shared-data': path.resolve('../shared-data/js/config.ts'),
'@opentrons/components': path.resolve('../components/src/index.ts'),
'@opentrons/shared-data': path.resolve('../shared-data/js/index.ts'),
'@opentrons/step-generation': path.resolve(
'../step-generation/src/config.ts'
'../step-generation/src/index.ts'
),
'@opentrons/discovery-client': path.resolve(
'../discovery-client/src/config.ts'
'../discovery-client/src/index.ts'
),
'@opentrons/usb-bridge/node-client': path.resolve(
'../usb-bridge/node-client/src/config.ts'
'../usb-bridge/node-client/src/inxex.ts'
),
},
},
Expand Down

0 comments on commit 2433541

Please sign in to comment.