chore: Remove debugger from entrypoint (#18385)

This commit is contained in:
Iván Ovejero
2025-08-15 10:05:50 +02:00
committed by GitHub
parent eecfa68f50
commit 2cbea86fec

View File

@@ -37,7 +37,7 @@
"optimize-svg": "find ./packages -name '*.svg' ! -name 'pipedrive.svg' -print0 | xargs -0 -P16 -L20 npx svgo",
"setup-backend-module": "node scripts/ensure-zx.mjs && zx scripts/backend-module/setup.mjs",
"start": "run-script-os",
"start:default": "cd packages/cli/bin && node --inspect ./n8n",
"start:default": "cd packages/cli/bin && ./n8n",
"start:tunnel": "./packages/cli/bin/n8n start --tunnel",
"start:windows": "cd packages/cli/bin && n8n",
"test": "JEST_JUNIT_CLASSNAME={filepath} turbo run test",