feat: add safe project upgrades and production performance fixes

This commit is contained in:
2026-07-12 16:54:22 +05:30
parent a524c08126
commit 935b3103dd
68 changed files with 555 additions and 107 deletions
+2
View File
@@ -67,6 +67,8 @@ export type Middleware = (ctx: Context, next: Next) => Promise<Response> | Respo
/** SEO metadata rendered into the document `<head>`. */
export type SeoConfig = {
/** BCP 47 document language used on `<html lang>` (default: `en`). */
lang?: string;
title?: string;
titleTemplate?: string;
description?: string;