[ci] format
This commit is contained in:
parent
3da5d8404e
commit
6024955882
1 changed files with 2 additions and 2 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue