Skip to main content
Glama
reuvenaor

Shadcn Registry manager

by reuvenaor
tsup.config.ts504 B
import { defineConfig } from "tsup" export default defineConfig({ clean: true, dts: true, entry: ["src/index.ts", "src/registry/index.ts"], format: ["esm"], sourcemap: true, minify: true, target: "esnext", outDir: "dist", treeshake: true, // Add shebang for CLI entry point banner: { js: "#!/usr/bin/env node", }, // Ensure proper CommonJS handling platform: "node", // Don't bundle problematic dependencies external: [ "minimatch", "brace-expansion" ], })

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/reuvenaor/shadcn-registry-manager'

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