UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

12 lines (9 loc) 253 B
/** Internal Filing System utilities for uibuilder - bundles chokidar * Re-exports dependencies for use in production without adding to main package.json */ import chokidar from 'chokidar' import fg from 'fast-glob' export { chokidar, fg, }