Fix missing ts flag on main (#5730)
This commit is contained in:
parent
857ae26b2e
commit
f0a3288ddb
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ export function createResult(args: CreateResultArgs): SSRResult {
|
|||
const astroSlots = new Slots(result, slots, args.logging);
|
||||
|
||||
const Astro: AstroGlobal = {
|
||||
// @ts-expect-error
|
||||
__proto__: astroGlobal,
|
||||
// @ts-ignore
|
||||
get clientAddress() {
|
||||
|
|
Loading…
Reference in a new issue