refactor: update chat input handling, prune unused settings menu items, and enable turbopack configuration

This commit is contained in:
poyrazavsever
2026-06-06 22:06:49 +03:00
parent 4a52deec4d
commit 44f4423082
4 changed files with 14 additions and 9 deletions
+1
View File
@@ -15,6 +15,7 @@ const nextConfig: NextConfig = {
bodySizeLimit: "8mb",
},
},
turbopack: {},
};
export default withPWA(nextConfig);