Skip to content

Commit c52021b

Browse files
committed
2 parents b1fc39b + 759698a commit c52021b

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

objectstack.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { ODataV4Plugin } from '@objectql/protocol-odata-v4';
2424
import { JSONRPCPlugin } from '@objectql/protocol-json-rpc';
2525
import { HonoServerPlugin } from '@objectstack/plugin-hono-server';
2626
import { AuthPlugin } from '@objectstack/plugin-auth';
27+
import { ConsolePlugin } from '@object-ui/console';
2728
import { ObjectQLPlugin } from '@objectql/core';
2829
import { createApiRegistryPlugin } from '@objectstack/core';
2930
import { MemoryDriver } from '@objectql/driver-memory';
@@ -63,7 +64,8 @@ export default {
6364
// Runtime plugins (instances only)
6465
plugins: [
6566
createApiRegistryPlugin(),
66-
new HonoServerPlugin(),
67+
new HonoServerPlugin({}),
68+
new ConsolePlugin(),
6769
new ObjectQLPlugin({
6870
enableRepository: true,
6971
enableQueryService: true,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@objectql/protocol-graphql": "workspace:*",
3636
"@objectql/protocol-json-rpc": "workspace:*",
3737
"@objectql/protocol-odata-v4": "workspace:*",
38+
"@object-ui/console": "^3.1.3",
3839
"@objectstack/cli": "^3.2.8",
3940
"@objectstack/core": "^3.2.8",
4041
"@objectstack/plugin-auth": "^3.2.8",

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)