mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
⚡ Fix missing import
This commit is contained in:
parent
01558aeaef
commit
d3f1a52fd5
|
@ -30,7 +30,7 @@
|
|||
/* eslint-disable no-await-in-loop */
|
||||
|
||||
import express from 'express';
|
||||
import { readFileSync } from 'fs';
|
||||
import { readFileSync, existsSync } from 'fs';
|
||||
import { readFile } from 'fs/promises';
|
||||
import _, { cloneDeep } from 'lodash';
|
||||
import { dirname as pathDirname, join as pathJoin, resolve as pathResolve } from 'path';
|
||||
|
|
Loading…
Reference in a new issue