committed by
GitHub
parent
59dfc0ad91
commit
c185bcfa11
16
apps/dev-tool/next.config.ts
Normal file
16
apps/dev-tool/next.config.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
reactStrictMode: true,
|
||||
transpilePackages: ['@kit/ui', '@kit/shared'],
|
||||
experimental: {
|
||||
reactCompiler: true,
|
||||
},
|
||||
logging: {
|
||||
fetches: {
|
||||
fullUrl: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user