mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
added onBeforeUpdate listener + auto create a secret on auth enable
This commit is contained in:
@@ -16,6 +16,7 @@ export type CloudflareBkndConfig<Env = any> = {
|
||||
forceHttps?: boolean;
|
||||
};
|
||||
|
||||
// @todo: move to App
|
||||
export type BkndConfig<Env = any> = {
|
||||
app: CreateAppConfig | ((env: Env) => CreateAppConfig);
|
||||
setAdminHtml?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user