[ci] format
This commit is contained in:
parent
75781643a2
commit
03e6979c28
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import type {
|
||||
Request as CFRequest,
|
||||
ExecutionContext,
|
||||
CacheStorage,
|
||||
ExecutionContext,
|
||||
} from '@cloudflare/workers-types';
|
||||
import type { SSRManifest } from 'astro';
|
||||
import { App } from 'astro/app';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import type { Request as CFRequest, EventContext, CacheStorage } from '@cloudflare/workers-types';
|
||||
import type { Request as CFRequest, CacheStorage, EventContext } from '@cloudflare/workers-types';
|
||||
import type { SSRManifest } from 'astro';
|
||||
import { App } from 'astro/app';
|
||||
import { getProcessEnvProxy, isNode } from '../util.js';
|
||||
|
|
Loading…
Reference in a new issue