Skip to content

Commit 7bf362f

Browse files
committed
feat: add SetupPlugin to the objectstack configuration and update dependencies
1 parent 066a336 commit 7bf362f

3 files changed

Lines changed: 20 additions & 83 deletions

File tree

objectstack.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { ObjectQLPlugin } from '@objectstack/objectql';
1919
import { InMemoryDriver } from '@objectstack/driver-memory';
2020
import { HonoServerPlugin } from '@objectstack/plugin-hono-server';
2121
import { AuthPlugin } from '@objectstack/plugin-auth';
22+
import { SetupPlugin } from '@objectstack/plugin-setup';
2223
import { ConsolePlugin } from '@object-ui/console';
2324
import { composeStacks } from '@objectstack/spec';
2425
import { mergeViewsIntoObjects } from '@object-ui/core';
@@ -115,6 +116,7 @@ export default {
115116
secret: process.env.AUTH_SECRET || 'objectui-dev-secret',
116117
baseUrl: 'http://localhost:3000',
117118
}),
119+
new SetupPlugin(),
118120
new HonoServerPlugin({ port: 3000 }),
119121
new ConsolePlugin(),
120122
],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
"@hono/node-server": "^1.19.12",
134134
"@objectstack/plugin-auth": "^4.0.1",
135135
"@objectstack/plugin-hono-server": "^4.0.1",
136+
"@objectstack/plugin-setup": "^4.0.1",
136137
"@objectstack/studio": "^4.0.1",
137138
"coverage-v8": "0.0.1-security",
138139
"hono": "^4.12.9",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)