Can you run once and ignore hot reloads?

I want to have a Meteor.startup function that will run only after the application has been initialized for the first time (this includes after reset), but it seems to run anytime a hot code push happens. Is there any way around this?

Introduce a dirty state variable? :wink: