🧹 chore: Length-sort the defaultConfig block in AppService

Reorders the `defaultConfig` keys in `packages/data-schemas/src/app/service.ts`
shortest-line to longest-line, with the explicit-value entries
(`mcpConfig`, `fileStrategies`, `cloudfront`) trailing the shorthand
ones. Pure reorder, no behavior change.
This commit is contained in:
Dustin Healy 2026-06-09 11:26:33 -07:00
parent 8e062c2ad3
commit 32f88ab419

View file

@ -118,16 +118,16 @@ export const AppService = async (params?: {
config,
memory,
speech,
messageFilter,
balance,
actions,
balance,
webSearch,
mcpSettings,
transactions,
fileStrategy,
registration,
transactions,
filteredTools,
includedTools,
messageFilter,
summarization,
availableTools,
imageOutputType,