Files
moy-qr/next.config.ts
T
2026-06-03 17:30:21 +03:00

9 lines
163 B
TypeScript

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