Global search overlay (Cmd+K), copy button on messages, fix Turbopack ESM

This commit is contained in:
Hermes
2026-04-09 21:41:46 -05:00
parent 61e512ffe5
commit a125e38d07
4 changed files with 132 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
reactStrictMode: true,
transpilePackages: ["react-markdown", "remark-gfm"],
};
export default nextConfig;