Files
decap-stream/next.config.ts
T

7 lines
128 B
TypeScript
Raw Permalink Normal View History

2026-04-23 23:40:34 -03:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;