[ci] format

This commit is contained in:
matthewp 2023-06-13 20:37:42 +00:00 committed by fredkbot
parent 6d8aa4b61f
commit 32b0f84a1c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import type { SSRManifest } from 'astro';
import type { 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,5 +1,5 @@
import type { SSRManifest } from 'astro';
import type { Request as CFRequest } from '@cloudflare/workers-types';
import type { SSRManifest } from 'astro';
import { App } from 'astro/app';
import { getProcessEnvProxy, isNode } from './util.js';