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.