fix: handle server behavior around reconnects, fix fetching reservations

This commit is contained in:
2026-04-23 14:24:32 -04:00
Unverified
parent f11c1c7de1
commit 7f52da0d62
5 changed files with 49 additions and 9 deletions

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.