fixed initial npm file error

This commit is contained in:
Jun-te Kim 2026-01-06 22:11:33 +00:00
parent b43bb0714a
commit 1c4bb9ead1

View file

@ -1,16 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: 'standalone', output: "standalone",
experimental: {
turbo: {
rules: {
'*.css': {
loaders: ['postcss-loader'],
},
},
},
},
}; };
export default nextConfig; export default nextConfig;