n8cn / packages /node-dev /src /Interfaces.ts
gallyga's picture
Add n8n Chinese version
aec3094
export interface IBuildOptions {
destinationFolder?: string;
watch?: boolean;
}