0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Ben Holmes 2024-05-21 16:37:47 +00:00 committed by astrobot-houston
parent a5d79ddeb2
commit 8daf2d4cd6

View file

@ -1,9 +1,9 @@
import { yellow } from 'kleur/colors';
import type { APIContext, MiddlewareNext } from '../../@types/astro.js';
import { defineMiddleware } from '../../core/middleware/index.js';
import { ApiContextStorage } from './store.js';
import { formContentTypes, getAction, hasContentType } from './utils.js';
import { callSafely } from './virtual/shared.js';
import { yellow } from 'kleur/colors';
export type Locals = {
_actionsInternal: {