UNPKG

objecture

Version:

❂ Objecture ⏣ Object Watcher, Property Manager ⊚ Capture property changes for object, array mutator methods. ⊚ Schematize and validate object, array properties. ⊚ Browser, NodeJS compatible. ⁘ Uses Core-Plex - Event Listener Manage

28 lines (27 loc) 654 B
const EcosystemConfig = { apps: [ { name: "Objecture-Development", autorestart: false, script: "npx", watch: [ "index.js", "package.json", "**/*.js", "../node_modules/recourse/distributement", "../node_modules/core-plex/distributement", ], ignore_watch: [ "!../node_modules/recourse/distributement", "!../node_modules/core-plex/distributement", ], watch_options: { followSymLinks: true, interval: 500, }, args: "rollup --config rollup.config.js", execMode: "fork" }, ] } module.exports = EcosystemConfig