fix(API): Fix import config import (#14137)

This commit is contained in:
Guillaume Jacquart 2025-03-25 09:21:33 +01:00 committed by GitHub
parent 71f281b90d
commit 6f60d657eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
import { Config, Env } from '@n8n/config/src/decorators';
import { Config, Env } from '@n8n/config';
@Config
export class InsightsConfig {