fix: revert to stable Next.js 15 and add @swc/helpers to dependencies for Docker standalone runtime

This commit is contained in:
AyrisAI
2026-08-20 17:24:40 +03:00
parent b950a31e3b
commit 5122ec24fc
3 changed files with 188 additions and 206 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/types/root-params.d.ts";
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+2 -1
View File
@@ -12,7 +12,8 @@
"dependencies": {
"@menulio/shared": "workspace:*",
"@supabase/supabase-js": "^2.45.4",
"next": "^16.3.1",
"@swc/helpers": "^0.5.15",
"next": "^15.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},