We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1584951 commit b1fc39bCopy full SHA for b1fc39b
1 file changed
objectstack.config.ts
@@ -63,9 +63,7 @@ export default {
63
// Runtime plugins (instances only)
64
plugins: [
65
createApiRegistryPlugin(),
66
- new HonoServerPlugin({
67
- port: 5050,
68
- }),
+ new HonoServerPlugin(),
69
new ObjectQLPlugin({
70
enableRepository: true,
71
enableQueryService: true,
0 commit comments