[ci] format
This commit is contained in:
parent
6d8aa4b61f
commit
32b0f84a1c
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue