plugins: add info.packageJson loader for all plugins

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-05-14 15:03:48 +02:00
parent 9e3868fbb0
commit 18c64e9bd4
19 changed files with 39 additions and 1 deletions
+1
View File
@@ -236,6 +236,7 @@ const techDocsNavItem = NavItemBlueprint.make({
/** @alpha */
export default createFrontendPlugin({
pluginId: 'techdocs',
info: { packageJson: () => import('../package.json') },
extensions: [
techDocsClientApi,
techDocsStorageApi,