Merge pull request #1459 from SigmaSquadron/revert-1281-push-nymutulytrsq

Revert "fix: change default integration_api to 3004"
This commit is contained in:
Owen Schwartz 2025-10-05 17:41:15 -07:00 committed by GitHub
commit 4447fb8202
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(3004)
.default(3003)
.transform(stoi)
.pipe(portSchema.optional()),
external_port: portSchema