Skip to main content
Glama
by DemoDaygit
next.config.ts375 B
import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", /* config options here */ typescript: { ignoreBuildErrors: true, }, // 禁用 Next.js 热重载,由 nodemon 处理重编译 reactStrictMode: false, eslint: { // 构建时忽略ESLint错误 ignoreDuringBuilds: true, }, }; export default nextConfig;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DemoDaygit/mcp-biz'

If you have feedback or need assistance with the MCP directory API, please join our Discord server