chore: apply Prettier formatting to entire codebase

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Julien Herr
2026-05-20 22:01:53 +02:00
parent 1d8cffb119
commit 3ed9d2ee22
18 changed files with 1008 additions and 319 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import { Env } from './index';
import { Env } from "./index";
// Extend Hono's types to include our custom environment
declare module 'hono' {
declare module "hono" {
interface ContextVariableMap {
env: Env;
}
}
}