feat: Add GLM Tools, Skills & Agents collection

This commit is contained in:
admin
2026-02-13 12:52:16 +04:00
Unverified
commit 15f60f6c86
83 changed files with 12638 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
/* config options here */
typescript: {
ignoreBuildErrors: true,
},
reactStrictMode: false,
};
export default nextConfig;