Skip to content

Commit

Permalink
define molgroups wheel file location environment variable for build
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Jun 3, 2024
1 parent 16467e1 commit aa5cb84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default ({mode}) => {
APP_VERSION: JSON.stringify(process.env.npm_package_version),
REFL1D_WHEEL_FILE: JSON.stringify(process.env.REFL1D_WHEEL_FILE),
BUMPS_WHEEL_FILE: JSON.stringify(process.env.BUMPS_WHEEL_FILE),
MOLGROUPS_WHEEL_FILE: JSON.stringify(process.env.MOLGROUPS_WHEEL_FILE),
},
worker: {
format: 'es',
Expand Down

0 comments on commit aa5cb84

Please sign in to comment.