Is it possible to share code between CloudCode tasks and app views?

For example, can you import into CloudCode from an App Package?

1 Like

@conrad Unfortunately this is not currently possible, but we will add the feedback as a feature request.

The only way to share code between CC and the Runtime, at the moment, would be to serve your code as a NPM package, which you can then include in both the Runtime (in an App Package, or just directly in the view - TS apps only) and then in CC