mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
85aa560a5d
Co-authored-by: Michael Kret <michael.k@radency.com>
5 lines
316 B
TypeScript
5 lines
316 B
TypeScript
export const NODE_RAN_MULTIPLE_TIMES_WARNING =
|
|
"This node ran multiple times - once for each input item. You can change this by setting 'execute once' in the node settings. <a href='https://docs.n8n.io/flow-logic/looping/#executing-nodes-once' target='_blank'>More Info</a>";
|
|
|
|
export const LOCALHOST = '127.0.0.1';
|