Uploading template.

This commit is contained in:
cloudflare-workers-and-pages[bot]
2025-04-17 19:15:16 +00:00
committed by GitHub
parent da7e5d9d15
commit 88679cf3a1
38 changed files with 13415 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
type Runtime = import("@astrojs/cloudflare").Runtime<Env>;
declare namespace App {
interface Locals extends Runtime {}
}