From 725a567f07c08767f58d4ceb88386a9be694bfd2 Mon Sep 17 00:00:00 2001 From: Michael Kret <88898367+michael-radency@users.noreply.github.com> Date: Mon, 22 Aug 2022 18:33:13 +0300 Subject: [PATCH] feat(core): added command to scripts for easy launch n8n with tunnel --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0380b672b6..8ed3dccd7a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "optimize-svg": "find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo", "start": "run-script-os", "start:default": "cd packages/cli/bin && ./n8n", + "start:tunnel": "./packages/cli/bin/n8n start --tunnel", "start:windows": "cd packages/cli/bin && n8n", "test": "turbo run test", "watch": "turbo run watch",