0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] format

This commit is contained in:
Ben Holmes 2024-08-22 09:52:18 +00:00 committed by astrobot-houston
parent 62e97a20f7
commit 4db5c74dd1

View file

@ -1,5 +1,4 @@
import type { OutgoingHttpHeaders } from 'node:http';
import type { z } from 'zod';
import type { AddressInfo } from 'node:net';
import type {
MarkdownHeading,
@ -12,6 +11,7 @@ import type {
import type * as babel from '@babel/core';
import type * as rollup from 'rollup';
import type * as vite from 'vite';
import type { z } from 'zod';
import type {
ActionAccept,
ActionClient,