Package entry point

I have a package I am building, this does some setup in the main script defined in the package.json.

The issue I am facing is that in Nuxt is isn't executing the code, the exports are all good but nothing else is executed.

how do I run some setup at build for the package?
Was this page helpful?