ioBroker.docs icon indicating copy to clipboard operation
ioBroker.docs copied to clipboard

Dev docs: Directly executing Typescript adapters without build

Open foxriver76 opened this issue 3 years ago • 1 comments

Contact Details

[email protected]

What do you miss?

Since controller 3.3, TS adapters can be directly executed without the need of building them first. This is done via ts-node.

To do so, the controller checks if the given main file (package-json.main) has a .ts ending.

https://github.com/ioBroker/ioBroker.js-controller/issues/1236

Link

n/a

foxriver76 avatar Jan 12 '22 13:01 foxriver76

This should be a better place for this issue: https://github.com/ioBroker/dev-docs/issues

klein0r avatar Feb 25 '22 13:02 klein0r