refactor(core): Set up @n8n/errors package (#16918)

This commit is contained in:
Iván Ovejero
2025-07-03 13:32:57 +02:00
committed by GitHub
parent 044022f004
commit 50d80ee620
9 changed files with 74 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ component_management:
- packages/@n8n/constants/**
- packages/@n8n/backend-common/**
- packages/@n8n/backend-test-utils/**
- packages/@n8n/errors/**
- packages/@n8n/db/**
- packages/@n8n/di/**
- packages/@n8n/imap/**