[ci] format
This commit is contained in:
parent
bcad715ce6
commit
a576ba9c37
2 changed files with 7 additions and 3 deletions
|
@ -1,2 +1,6 @@
|
||||||
export { AstroCookies } from './cookies.js';
|
export { AstroCookies } from './cookies.js';
|
||||||
export { attachCookiesToResponse, responseHasCookies, getSetCookiesFromResponse } from './response.js';
|
export {
|
||||||
|
attachCookiesToResponse,
|
||||||
|
getSetCookiesFromResponse,
|
||||||
|
responseHasCookies,
|
||||||
|
} from './response.js';
|
||||||
|
|
|
@ -5,9 +5,9 @@ import type {
|
||||||
MiddlewareHandler,
|
MiddlewareHandler,
|
||||||
MiddlewareNext,
|
MiddlewareNext,
|
||||||
} from '../../@types/astro.js';
|
} from '../../@types/astro.js';
|
||||||
|
import { attachCookiesToResponse, responseHasCookies } from '../cookies/index.js';
|
||||||
import { AstroError, AstroErrorData } from '../errors/index.js';
|
import { AstroError, AstroErrorData } from '../errors/index.js';
|
||||||
import type { Environment } from '../render/index.js';
|
import type { Environment } from '../render/index.js';
|
||||||
import { attachCookiesToResponse, responseHasCookies } from '../cookies/index.js';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility function that is in charge of calling the middleware.
|
* Utility function that is in charge of calling the middleware.
|
||||||
|
|
Loading…
Add table
Reference in a new issue