From 1c4bb9ead12f30b04051dfeef232fc10ff767704 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 6 Jan 2026 22:11:33 +0000 Subject: [PATCH] fixed initial npm file error --- stripe_to_invoice/next.config.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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