Skip to content

Commit 8a1fe40

Browse files
committed
feat: add init function to ObjectStack Console plugin
1 parent 3eb5935 commit 8a1fe40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/console/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default {
2222
version: '0.1.0',
2323
type: 'ui-plugin',
2424
description: 'ObjectStack Console - The standard runtime UI for ObjectStack applications',
25+
init: () => {},
2526

2627
// Plugin metadata for ObjectStack runtime
2728
metadata: {

0 commit comments

Comments
 (0)