[ci] format
This commit is contained in:
parent
075eee08f2
commit
3a7f6ae918
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,13 @@
|
|||
import type { APIContext, MiddlewareHandler, MiddlewareNext } from '../../@types/astro';
|
||||
import { bold } from 'kleur/colors';
|
||||
import type {
|
||||
APIContext,
|
||||
EndpointOutput,
|
||||
MiddlewareHandler,
|
||||
MiddlewareNext,
|
||||
} from '../../@types/astro';
|
||||
import { AstroError, AstroErrorData } from '../errors/index.js';
|
||||
import type { EndpointOutput } from '../../@types/astro';
|
||||
import { warn } from '../logger/core.js';
|
||||
import type { Environment } from '../render';
|
||||
import { bold } from 'kleur/colors';
|
||||
|
||||
/**
|
||||
* Utility function that is in charge of calling the middleware.
|
||||
|
|
Loading…
Reference in a new issue