refactor: Setup typescript project references across workflow, core, and cli (#4519)
* refactor: use consistent folder structure across workflow, core, and cli * setup typescript project references across workflow, core, and cli
This commit is contained in:
committed by
GitHub
parent
de96def372
commit
698d96a617
@@ -3,7 +3,7 @@ import sseChannel from 'sse-channel';
|
||||
import express from 'express';
|
||||
|
||||
import { LoggerProxy as Logger } from 'n8n-workflow';
|
||||
import { IPushData, IPushDataType } from '.';
|
||||
import type { IPushData, IPushDataType } from '@/Interfaces';
|
||||
|
||||
interface SSEChannelOptions {
|
||||
cors?: {
|
||||
|
||||
Reference in New Issue
Block a user