From 5e38496d8a8b43c096872aa07e909057aaf6d7a9 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Tue, 5 May 2026 14:07:34 -0700 Subject: [PATCH] test(web): run Playwright release flows --- web/next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/next-env.d.ts b/web/next-env.d.ts index 9edff1c..c4b7818 100644 --- a/web/next-env.d.ts +++ b/web/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.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.