backend-plugin-api: switch createBackendPlugin id -> pluginId

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-02-06 17:49:57 +01:00
parent 2c68a05fd3
commit 0ff03319be
27 changed files with 82 additions and 51 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ import { createRouter } from './service/router';
* @alpha
*/
export const bazaarPlugin = createBackendPlugin({
id: 'bazaar',
pluginId: 'bazaar',
register(env) {
env.registerInit({
deps: {