Skip to content

Commit

Permalink
bundle in opentrons project into env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Nov 7, 2024
1 parent 9b1008d commit 9cdec4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default defineConfig(
'process.env': {
NODE_ENV: process.env.NODE_ENV,
OT_APP_MIXPANEL_ID: process.env.OT_APP_MIXPANEL_ID,
OPENTRONS_PROJECT: process.env.OPENTRONS_PROJECT,
},
global: 'globalThis',
_PKG_VERSION_: JSON.stringify(version),
Expand Down

0 comments on commit 9cdec4e

Please sign in to comment.