How to develop for Packager environment?

Hi CodeSmile,

Sorry, I am not making myself clear…

How do you test the package api without deploying via npm and having to actually publish a version so that you can test your code within the actual package as it is run normally.

when your code is in your assets folder, accessing assets is one way, when your code is in a package, it’s accessed another way. How do you test that properly and build features around it without deploying a new npm version.

I am not sure how to express it otherwise, there should be a sandbox system somehow to test your code as it will be executed when installed as a package, and not when it’s inside your Assets folder.

Bye,

jean