mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Initial commit to release
This commit is contained in:
4
packages/node-dev/src/Interfaces.ts
Normal file
4
packages/node-dev/src/Interfaces.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface IBuildOptions {
|
||||
destinationFolder?: string;
|
||||
watch?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user