Add agent chat frontend base

This commit is contained in:
武阳
2026-05-06 12:10:22 +08:00
parent 69c335714c
commit d6a2359dc1
69 changed files with 14436 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: {
bodySizeLimit: "10mb",
},
},
};
export default nextConfig;