fix: version-list & update docker-compose.yamls (#6526)

* fix: get version list api for workflow/agent tools

* chore: update docker-composes
This commit is contained in:
Finley Ge
2026-03-09 12:02:02 +08:00
committed by GitHub
parent d8b8da8dd4
commit 8eb841cc96
30 changed files with 122 additions and 79 deletions
+2 -6
View File
@@ -1,5 +1,3 @@
// @ts-nocheck
import type { NextConfig } from 'next';
import path from 'path';
import withBundleAnalyzerInit from '@next/bundle-analyzer';
@@ -17,11 +15,9 @@ const nextConfig: NextConfig = {
localeDetection: false
},
output: 'standalone',
// 开发环境关闭 strict mode,避免第三方库的双重渲染问题
reactStrictMode: !isDev,
// 关闭 strict mode,避免第三方库的双重渲染问题
reactStrictMode: false,
productionBrowserSourceMaps: false,
// 启用 SWC 压缩
swcMinify: true,
async headers() {
return [
{