Files
next-ai-draw-io/next.config.ts
2025-12-02 21:58:06 +08:00

9 lines
157 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
};
export default nextConfig;