feat(enterprise): add auth TLS and recovery hardening
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
|
||||
// Export server (the main entry point for using SmartDB)
|
||||
export { SmartdbServer } from './server/SmartdbServer.js';
|
||||
export type { ISmartdbServerOptions } from './server/SmartdbServer.js';
|
||||
export type {
|
||||
ISmartdbAuthOptions,
|
||||
ISmartdbAuthUser,
|
||||
ISmartdbServerOptions,
|
||||
ISmartdbTlsOptions,
|
||||
} from './server/SmartdbServer.js';
|
||||
|
||||
// Export bridge for advanced usage
|
||||
export { RustDbBridge } from './rust-db-bridge.js';
|
||||
|
||||
Reference in New Issue
Block a user