mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
mongo now transitively uses webapp (because ddp-server does) so we can't really make an app with mongo and no webapp. This is a bit of a shame and when we refactor the mongo package we should fix this... but until then, let's just remove the no-longer-necessary main function and be OK with this test running a pointless web server.