juntekim.com/stripe_to_invoice/next.config.ts
2026-02-01 21:43:56 +00:00

7 lines
No EOL
115 B
TypeScript

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