Files
socialdb-sh/next.config.ts
2026-03-13 16:32:56 -04:00

8 lines
129 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;