From 6ed30de40c565861998f63f7f42555b60e42b077 Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:23:30 +0800 Subject: [PATCH] chore: add debug step to list artifact structure --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 78ae706..68a6c64 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,4 +1,4 @@ -type NextConfig = any; +import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone",