Closed Batistleman closed 8 years ago
The server entrypoint '/server/main.js' has no import of '/imports/startup/server' yet.
Shouldn't the following line be present in the file?
import '/imports/startup/client';
That's a good point considering imports/startup/server/index.js exists. I think the reason why I didn't was because it's an empty file. Edit: though routes.js is too so I have no excuse ;)
imports/startup/server/index.js
Thanks @Batistleman
The server entrypoint '/server/main.js' has no import of '/imports/startup/server' yet.
Shouldn't the following line be present in the file?