Skip to content

Commit 759698a

Browse files
authored
Merge pull request #417 from objectstack-ai/copilot/load-object-ui-console-plugin
2 parents 1584951 + 0746846 commit 759698a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

objectstack.config.ts

Lines changed: 2 additions & 0 deletions
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';
@@ -66,6 +67,7 @@ export default {
6667
new HonoServerPlugin({
6768
port: 5050,
6869
}),
70+
new ConsolePlugin(),
6971
new ObjectQLPlugin({
7072
enableRepository: true,
7173
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)