biome format

This commit is contained in:
2026-02-04 19:41:01 -08:00
parent ac48017e30
commit 4a36d66a95
5 changed files with 16 additions and 18 deletions

14
src/app.d.ts vendored
View File

@@ -2,12 +2,12 @@
// for information about these interfaces
declare global {
namespace App {
interface Platform {
env: Env
cf: CfProperties
ctx: ExecutionContext
}
}
interface Platform {
env: Env;
cf: CfProperties;
ctx: ExecutionContext;
}
}
}
export {};
export {};