cleaned up code base

This commit is contained in:
will
2026-04-01 20:53:47 +01:00
parent cac01c0590
commit e160df20da
19 changed files with 1591 additions and 1219 deletions

View File

@@ -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 [
{