OpenFn / core

The central job processing module used in OpenFn v1.

Home Page:https://www.openfn.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow language packs to be loaded via npm registry paths

stuartc opened this issue · comments

Allow @openfn/language-pack to be a valid argument for -l


This could be used to more reliably determine both the location of the module, but also
it's version number etc.

require.resolve("./priv/openfn/runtime/node_modules/@openfn/core/package.json")