mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-21 06:13:48 +00:00
Set up initial project and files
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import { Env } from './index';
|
||||
|
||||
// Extend Hono's types to include our custom environment
|
||||
declare module 'hono' {
|
||||
interface ContextVariableMap {
|
||||
env: Env;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user