feat: add server config validation

This commit is contained in:
nav
2026-04-08 20:03:28 +00:00
parent ac128d3827
commit 3ec57ce199
2 changed files with 107 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
export { validateYonexusServerConfig, YonexusServerConfigError } from "./core/config.js";
export type { YonexusServerConfig } from "./core/config.js";
export interface YonexusServerPluginManifest {
readonly name: "Yonexus.Server";
readonly version: string;