diff --git a/stripe_to_invoice/next.config.ts b/stripe_to_invoice/next.config.ts index 7941c94..de2d453 100644 --- a/stripe_to_invoice/next.config.ts +++ b/stripe_to_invoice/next.config.ts @@ -1,16 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - output: 'standalone', - experimental: { - turbo: { - rules: { - '*.css': { - loaders: ['postcss-loader'], - }, - }, - }, - }, + output: "standalone", }; export default nextConfig; \ No newline at end of file