You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Only works on the server, so you need to expose this via Meteor.methods or similar)
And then not include the status template. Is not ideal, but unfortunately by the time is not possible to parametrize a package inclusion on production.
Another approach is to fork this package and create your own, you need to add this on package.js
Package.describe({// StuffdebugOnly: true})
And it will be excluded from the build process. But you also need to handle the template inclusion somehow.
Is there any way to make the package only run in development, not after a deploy?
The text was updated successfully, but these errors were encountered: