Files
n8n-nodes-gwezz-changdunovel/node_modules/@n8n/node-cli/bin/n8n-node.mjs
2025-10-26 23:10:15 +08:00

6 lines
102 B
JavaScript
Executable File

#!/usr/bin/env node
import { execute } from '@oclif/core';
await execute({ dir: import.meta.url });