FlowFuse / device-agent

An agent to run FlowFuse managed instances of Node-RED on devices
Apache License 2.0
15 stars 8 forks source link

Respect shared-library and projectComms feature flags #244

Closed Steve-Mcl closed 4 months ago

Steve-Mcl commented 4 months ago

part two of three

Description

Additional to this (happy to remove)

Added ability to run project-link nodes from source in developer environment by checking process.env.NODE_ENV === "development" and the nr-project-nodes src is in the expected relative location. This was necessary for testing the changes required for https://github.com/FlowFuse/flowfuse/issues/3560 Would like to keep it but can remove if requested.

Related Issue(s)

https://github.com/FlowFuse/flowfuse/issues/3560

Checklist

Labels