From c753f4fc9ad059d78480745b14ece8c0b8ffbfe5 Mon Sep 17 00:00:00 2001 From: Ken Irwin Date: Fri, 13 Mar 2026 12:02:12 -0400 Subject: [PATCH 01/13] upgrade to next 16, but no Header yet --- app/(main-layout)/layout.tsx | 8 +- package-lock.json | 700 +++++++++++++++++++++++++++++++---- package.json | 18 +- middleware.ts => proxy.ts | 6 +- tsconfig.json | 24 +- 5 files changed, 657 insertions(+), 99 deletions(-) rename middleware.ts => proxy.ts (76%) diff --git a/app/(main-layout)/layout.tsx b/app/(main-layout)/layout.tsx index b5a83a58..737780eb 100644 --- a/app/(main-layout)/layout.tsx +++ b/app/(main-layout)/layout.tsx @@ -27,17 +27,19 @@ export default function RootLayout({ }>) { return ( - + + -
+ {/*
*/}
{children}