chore(repo): checkpoint current capakraken implementation state
This commit is contained in:
@@ -6,7 +6,7 @@ interface DestructiveGuardOptions {
|
||||
requireConfirmation?: boolean;
|
||||
}
|
||||
|
||||
const PROTECTED_DATABASE_NAMES = new Set(["capakraken", "planarchy"]);
|
||||
const PROTECTED_DATABASE_NAMES = new Set(["capakraken"]);
|
||||
|
||||
function parseDatabaseUrl(rawUrl: string) {
|
||||
const parsed = new URL(rawUrl);
|
||||
|
||||
Reference in New Issue
Block a user