fixed initial npm file error
This commit is contained in:
parent
b43bb0714a
commit
1c4bb9ead1
1 changed files with 1 additions and 10 deletions
|
|
@ -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;
|
||||||
Loading…
Add table
Reference in a new issue