[ci] format
This commit is contained in:
parent
94afaa3e50
commit
82b1964432
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import type { Request as CFRequest, ExecutionContext } from '@cloudflare/workers-types';
|
||||
import type { ExecutionContext, Request as CFRequest } from '@cloudflare/workers-types';
|
||||
import type { SSRManifest } from 'astro';
|
||||
import { App } from 'astro/app';
|
||||
import { getProcessEnvProxy, isNode } from './util.js';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import type { Request as CFRequest, EventContext } from '@cloudflare/workers-types';
|
||||
import type { EventContext, Request as CFRequest } 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