mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
fix rebase
This commit is contained in:
parent
4c6c61fec2
commit
e7eb2133ea
3 changed files with 385 additions and 510 deletions
|
@ -3,9 +3,14 @@ import type {
|
|||
RouteData,
|
||||
SSRElement,
|
||||
SSRResult,
|
||||
ComponentInstance,
|
||||
ReroutePayload,
|
||||
} from '../../@types/astro.js';
|
||||
import { Pipeline } from '../base-pipeline.js';
|
||||
import { DEFAULT_404_COMPONENT } from '../constants.js';
|
||||
import { RedirectSinglePageBuiltModule } from '../redirects/component.js';
|
||||
import { createModuleScriptElement, createStylesheetElementSet } from '../render/ssr-element.js';
|
||||
import type { SinglePageBuiltModule } from '../build/types.js';
|
||||
|
||||
export class AppPipeline extends Pipeline {
|
||||
#manifestData: ManifestData | undefined;
|
||||
|
|
|
@ -408,7 +408,6 @@ export class RenderContext {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
return {
|
||||
generator: astroStaticPartial.generator,
|
||||
glob: astroStaticPartial.glob,
|
||||
|
|
889
pnpm-lock.yaml
generated
889
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue