Skip to content

Commit

Permalink
(feat) O3-2753: Export core version as part of spa-assemble-config.js…
Browse files Browse the repository at this point in the history
…on (#899)
  • Loading branch information
ibacher authored Jan 22, 2024
1 parent e20060b commit 593e113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tooling/openmrs/src/commands/assemble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export async function runAssemble(args: AssembleArgs) {
};

const versionManifest = {
coreVersion: require(resolve(__dirname, '..', '..', 'package.json')).version,
frontendModules: {},
};

Expand Down

0 comments on commit 593e113

Please sign in to comment.