[ci] format

This commit is contained in:
ematipico 2023-06-20 10:26:55 +00:00 committed by fredkbot
parent 94afaa3e50
commit 82b1964432
2 changed files with 2 additions and 2 deletions

View file

@ -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';

View file

@ -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';