I have a server file that is not in the imports directory. it had an invalid import statement, i.e.
`import { Mongo } from ‘meteor/Mongo’;
When starting up the dev server, no errors are thrown before the server fully starts, and it just seems like it’s hanging.
Anyone else have this issue?