合并 agent-mvp 到 master #1

Merged
jiang merged 282 commits from agent-mvp into master 2026-08-18 17:56:46 +08:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 3db2af0271 - Show all commits
+1
View File
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
distDir: process.env.NEXT_DIST_DIR || ".next",
output: "standalone", output: "standalone",
images: { images: {
remotePatterns: [ remotePatterns: [
+2 -2
View File
@@ -63,8 +63,8 @@
"next-env.d.ts", "next-env.d.ts",
"**/*.ts", "**/*.ts",
"**/*.tsx", "**/*.tsx",
".next/types/**/*.ts", ".next*/types/**/*.ts",
".next/dev/types/**/*.ts" ".next*/dev/types/**/*.ts"
], ],
"exclude": [ "exclude": [
"node_modules" "node_modules"