mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
prefixed data entity endpoints with /entity
This commit is contained in:
@@ -556,7 +556,9 @@ export class ModuleManager {
|
||||
await this.options?.onFirstBoot?.();
|
||||
}
|
||||
|
||||
mutateConfigSafe<Module extends keyof Modules>(name: Module) {
|
||||
mutateConfigSafe<Module extends keyof Modules>(
|
||||
name: Module
|
||||
): Pick<ReturnType<Modules[Module]["schema"]>, "set" | "patch" | "overwrite" | "remove"> {
|
||||
const module = this.modules[name];
|
||||
const copy = structuredClone(this.configs());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user