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
ec745d689a
commit
4eba967d2b
1 changed files with 1 additions and 4 deletions
|
@ -40,10 +40,7 @@ import { BEFORE_HYDRATION_SCRIPT_ID, PAGE_SCRIPT_ID } from '../../vite-plugin-sc
|
||||||
import { callEndpoint } from '../endpoint/index.js';
|
import { callEndpoint } from '../endpoint/index.js';
|
||||||
import { AstroError, AstroErrorData } from '../errors/index.js';
|
import { AstroError, AstroErrorData } from '../errors/index.js';
|
||||||
import { debug, info } from '../logger/core.js';
|
import { debug, info } from '../logger/core.js';
|
||||||
import {
|
import { getRedirectLocationOrThrow, RedirectSinglePageBuiltModule } from '../redirects/index.js';
|
||||||
getRedirectLocationOrThrow,
|
|
||||||
RedirectSinglePageBuiltModule,
|
|
||||||
} from '../redirects/index.js';
|
|
||||||
import { createEnvironment, createRenderContext, tryRenderPage } from '../render/index.js';
|
import { createEnvironment, createRenderContext, tryRenderPage } from '../render/index.js';
|
||||||
import { callGetStaticPaths } from '../render/route-cache.js';
|
import { callGetStaticPaths } from '../render/route-cache.js';
|
||||||
import {
|
import {
|
||||||
|
|
Loading…
Add table
Reference in a new issue