[ci] format

This commit is contained in:
ematipico 2023-09-18 09:47:02 +00:00 committed by astrobot-houston
parent 3da5d8404e
commit 6024955882

View file

@ -117,7 +117,7 @@ import type { AdvancedRuntime } from '@astrojs/cloudflare';
type ENV = {
SERVER_URL: string;
}
};
declare namespace App {
interface Locals extends AdvancedRuntime<ENV> {
@ -138,7 +138,7 @@ import type { DirectoryRuntime } from '@astrojs/cloudflare';
type ENV = {
SERVER_URL: string;
}
};
declare namespace App {
interface Locals extends DirectoryRuntime<ENV> {