Is there an accepted practice for using path aliases in import statements?
Both in the client and server applications, I would like to use aliases like @store/ or @ui/ as aliases, which works great with Vite ( see issue linked above for configuration file as it stands ) and at most required including duplicate references to match that in tsconfig.js ( also shown in the issue linked )
This seemed to be working before, and then something changed. Not sure whether it was me, or Meteor or Vite or meteor-vite or what. Opening up as general question with that in mind.