mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-26 22:35:18 +02:00
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Danny Martini <danny@n8n.io>
7 lines
255 B
TypeScript
7 lines
255 B
TypeScript
import 'reflect-metadata';
|
|
|
|
process.env.N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS = 'false';
|
|
process.env.N8N_VERSION = '0.0.0-test';
|
|
// Disable file access restrictions for tests so they can read/write test files
|
|
process.env.N8N_RESTRICT_FILE_ACCESS_TO = '';
|