Skip to content

Commit d904607

Browse files
committed
feat: add ObjectQLPlugin to the app host configuration
1 parent 5d13533 commit d904607

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/app-host/objectstack.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { defineStack } from '@objectstack/spec';
22
import { AppPlugin } from '@objectstack/runtime';
3+
import { ObjectQLPlugin } from '@objectstack/objectql';
34
import CrmApp from '../app-crm/objectstack.config';
45
import TodoApp from '../app-todo/objectstack.config';
56
import BiPluginManifest from '../plugin-bi/objectstack.config';
@@ -20,6 +21,7 @@ export default defineStack({
2021
// Explicitly Load Plugins and Apps
2122
// The Runtime CLI will iterate this list and call kernel.use()
2223
plugins: [
24+
new ObjectQLPlugin(),
2325
// Wrap Manifests/Stacks in AppPlugin adapter
2426
new AppPlugin(CrmApp),
2527
new AppPlugin(TodoApp),

0 commit comments

Comments
 (0)