mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
a5d79ddeb2
commit
8daf2d4cd6
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue