mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
- Updated .js files to .jsx on frontend.
- Removed Yarn dependency and replaced with PNPM - Changed Frontend to render via vite
This commit is contained in:
@@ -16,5 +16,6 @@
|
||||
"declaration": true,
|
||||
"module": "commonjs"
|
||||
},
|
||||
"include": ["src", "nodes", "credentials"]
|
||||
"include": ["src", "nodes", "credentials"],
|
||||
"exclude": ["gulpfile.ts", "node_modules", "dist"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user