feat(server): add registry persistence store
This commit is contained in:
@@ -19,6 +19,16 @@ export {
|
||||
type SerializedClientRecord,
|
||||
type ServerPersistenceData
|
||||
} from "./core/persistence.js";
|
||||
export {
|
||||
SERVER_PERSISTENCE_VERSION,
|
||||
YonexusServerStoreError,
|
||||
YonexusServerStoreCorruptionError,
|
||||
createYonexusServerStore,
|
||||
loadServerStore,
|
||||
saveServerStore,
|
||||
type ServerStoreLoadResult,
|
||||
type YonexusServerStore
|
||||
} from "./core/store.js";
|
||||
|
||||
export interface YonexusServerPluginManifest {
|
||||
readonly name: "Yonexus.Server";
|
||||
|
||||
Reference in New Issue
Block a user