cleaned up code base
This commit is contained in:
@@ -5,6 +5,13 @@ const nextConfig: NextConfig = {
|
||||
turbopack: {
|
||||
// Turbopack handles WASM and workers natively — no extra rules needed
|
||||
},
|
||||
webpack: (config: any) => {
|
||||
config.externals.push({
|
||||
'bufferutil': 'bufferutil',
|
||||
'utf-8-validate': 'utf-8-validate',
|
||||
})
|
||||
return config
|
||||
},
|
||||
async headers() {
|
||||
return [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user