UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

10 lines 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MissingAuthTokenError = void 0; class MissingAuthTokenError extends Error { constructor() { super('Missing auth token. When `N8N_RUNNERS_MODE` is `external`, it is required to set `N8N_RUNNERS_AUTH_TOKEN`. Its value should be a shared secret between the main instance and the launcher.'); } } exports.MissingAuthTokenError = MissingAuthTokenError; //# sourceMappingURL=missing-auth-token.error.js.map