fix: align channel config schemas and env precedence
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ZodTypeAny } from "zod";
|
||||
|
||||
import type { ChannelConfigSchema } from "./types.js";
|
||||
import type { ChannelConfigSchema } from "./types.plugin.js";
|
||||
|
||||
export function buildChannelConfigSchema(schema: ZodTypeAny): ChannelConfigSchema {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user