Files
CICD/next.config.ts
SpecialX b4b21e2b16
Some checks failed
CI / build-and-test (push) Failing after 1m4s
CI / deploy (push) Has been skipped
chore: add debug step to list artifact structure
2025-12-19 16:15:53 +08:00

8 lines
112 B
TypeScript

type NextConfig = any;
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;