chore: add debug step to list artifact structure
Some checks failed
CI / build-and-test (push) Failing after 1m4s
CI / deploy (push) Has been skipped

This commit is contained in:
SpecialX
2025-12-19 16:15:53 +08:00
parent 16a0c021b1
commit b4b21e2b16
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import type { NextConfig } from "next";
type NextConfig = any;
const nextConfig: NextConfig = {
output: "standalone",