mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 12:20:28 +00:00
feat(plugin-sdk): export OpenClawSchema via plugin-sdk/config-schema (#60557)
Merged via squash.
Prepared head SHA: 637ff7d3c8
Co-authored-by: feniix <91633+feniix@users.noreply.github.com>
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com>
Reviewed-by: @altaywtf
This commit is contained in:
committed by
GitHub
parent
a26b844b88
commit
33e6a7a28e
2
src/plugin-sdk/config-schema.ts
Normal file
2
src/plugin-sdk/config-schema.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
/** Root OpenClaw configuration Zod schema — the full `openclaw.json` shape. */
|
||||
export { OpenClawSchema } from "../config/zod-schema.js";
|
||||
Reference in New Issue
Block a user