Fix missing ts flag on main (#5730)

This commit is contained in:
Matthew Phillips 2023-01-03 14:38:17 -05:00 committed by GitHub
parent 857ae26b2e
commit f0a3288ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {