juntekim.com/stripe_to_invoice/next.config.ts
2026-01-06 22:06:21 +00:00

7 lines
No EOL
128 B
TypeScript

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