diff --git a/cofounder/api/build.js b/cofounder/api/build.js index 3d2d3a6..71225f0 100644 --- a/cofounder/api/build.js +++ b/cofounder/api/build.js @@ -128,12 +128,12 @@ async function build({ system }) { ), ); /* - make the DAG graph decomposition parallelizor from the system and relations - handle : seq , parallel , recursion too ! - */ + make the DAG graph decomposition parallelizor from the system and relations + handle : seq , parallel , recursion too ! + */ /* - event registration for system triggers (nodes are all registered for events node:{id} ) - */ + event registration for system triggers (nodes are all registered for events node:{id} ) + */ if (LOGS_ENABLED) { events.log.sequence.on(`sequence:start`, ({ id, context, data }) => { diff --git a/cofounder/api/package.json b/cofounder/api/package.json index 1e59452..288cefc 100644 --- a/cofounder/api/package.json +++ b/cofounder/api/package.json @@ -4,7 +4,7 @@ "@": "." }, "scripts": { - "start:npx": "npm i && nodemon --loader esm-module-alias/loader --no-warnings server.js", + "start:npx": "npm i && node --loader esm-module-alias/loader --no-warnings server.js", "start": "nodemon --loader esm-module-alias/loader --no-warnings server.js" }, "nodemonConfig": {