mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
ebd364e392
commit
2b7fb848bb
2 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,7 @@ import {
|
|||
resolveFlags,
|
||||
resolveRoot,
|
||||
} from '../core/config/index.js';
|
||||
import { ASTRO_VERSION } from '../core/constants.js';
|
||||
import devServer from '../core/dev/index.js';
|
||||
import { collectErrorMetadata } from '../core/errors.js';
|
||||
import { debug, error, info, LogOptions } from '../core/logger/core.js';
|
||||
|
@ -21,7 +22,6 @@ import { enableVerboseLogging, nodeLogDestination } from '../core/logger/node.js
|
|||
import { formatConfigErrorMessage, formatErrorMessage, printHelp } from '../core/messages.js';
|
||||
import { appendForwardSlash } from '../core/path.js';
|
||||
import preview from '../core/preview/index.js';
|
||||
import { ASTRO_VERSION } from '../core/constants.js';
|
||||
import { createSafeError } from '../core/util.js';
|
||||
import * as event from '../events/index.js';
|
||||
import { eventConfigError, eventError, telemetry } from '../events/index.js';
|
||||
|
|
|
@ -2,9 +2,9 @@ import type { APIContext, EndpointHandler, Params } from '../../@types/astro';
|
|||
import type { RenderOptions } from '../render/core';
|
||||
|
||||
import { renderEndpoint } from '../../runtime/server/index.js';
|
||||
import { ASTRO_VERSION } from '../constants.js';
|
||||
import { AstroCookies, attachToResponse } from '../cookies/index.js';
|
||||
import { getParamsAndProps, GetParamsAndPropsError } from '../render/core.js';
|
||||
import { ASTRO_VERSION } from '../constants.js';
|
||||
|
||||
const clientAddressSymbol = Symbol.for('astro.clientAddress');
|
||||
|
||||
|
|
Loading…
Reference in a new issue