Merge pull request #1281 from jackrosenberg/push-nymutulytrsq

fix: change default integration_api to 3004
This commit is contained in:
Owen Schwartz 2025-08-23 15:16:03 -07:00 committed by GitHub
commit 4757c7db8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ export const configSchema = z
server: z.object({
integration_port: portSchema
.optional()
.default(3003)
.default(3004)
.transform(stoi)
.pipe(portSchema.optional()),
external_port: portSchema