[ci] format
This commit is contained in:
parent
6035bb35f2
commit
8544a6318f
2 changed files with 6 additions and 2 deletions
|
@ -10,7 +10,11 @@ import type { SinglePageBuiltModule } from '../build/types';
|
|||
import { attachToResponse, getSetCookiesFromResponse } from '../cookies/index.js';
|
||||
import { consoleLogDestination } from '../logger/console.js';
|
||||
import { error, type LogOptions } from '../logger/core.js';
|
||||
import { prependForwardSlash, removeTrailingForwardSlash, collapseDuplicateSlashes } from '../path.js';
|
||||
import {
|
||||
collapseDuplicateSlashes,
|
||||
prependForwardSlash,
|
||||
removeTrailingForwardSlash,
|
||||
} from '../path.js';
|
||||
import { RedirectSinglePageBuiltModule } from '../redirects/index.js';
|
||||
import { isResponse } from '../render/core.js';
|
||||
import {
|
||||
|
|
|
@ -7,7 +7,7 @@ import { collectErrorMetadata } from '../core/errors/dev/index.js';
|
|||
import { createSafeError } from '../core/errors/index.js';
|
||||
import { error } from '../core/logger/core.js';
|
||||
import * as msg from '../core/messages.js';
|
||||
import { removeTrailingForwardSlash, collapseDuplicateSlashes } from '../core/path.js';
|
||||
import { collapseDuplicateSlashes, removeTrailingForwardSlash } from '../core/path.js';
|
||||
import { eventError, telemetry } from '../events/index.js';
|
||||
import { isServerLikeOutput } from '../prerender/utils.js';
|
||||
import { runWithErrorHandling } from './controller.js';
|
||||
|
|
Loading…
Reference in a new issue