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 astroSlots = new Slots(result, slots, args.logging);
|
||||||
|
|
||||||
const Astro: AstroGlobal = {
|
const Astro: AstroGlobal = {
|
||||||
|
// @ts-expect-error
|
||||||
__proto__: astroGlobal,
|
__proto__: astroGlobal,
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
get clientAddress() {
|
get clientAddress() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue