mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
4 lines
171 B
JavaScript
4 lines
171 B
JavaScript
#!/usr/bin/env node
|
|
declare function rebuildDocumentationDatabase(): Promise<void>;
|
|
export { rebuildDocumentationDatabase };
|
|
//# sourceMappingURL=rebuild-database.d.ts.map
|