添加public管理

This commit is contained in:
2025-03-08 22:44:23 +08:00
parent e7e3e2b140
commit 7b25dbdf08
8 changed files with 44 additions and 2 deletions

View File

@@ -291,7 +291,7 @@ import { User, UserInit, UserServices } from '@kevisual/code-center-module/model
export { User, UserInit, UserServices };
UserInit(null, null, {
alter: true,
logging: true,
logging: false,
}).catch((e) => {
console.error('User sync', e);
});