We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa1ca0 commit 000e7aaCopy full SHA for 000e7aa
src/cli/parse-server.js
@@ -36,7 +36,7 @@ function startServer(options, callback) {
36
app.use(options.mountPath, api);
37
38
var server = app.listen(options.port, callback);
39
- //server.on('connection', initializeConnections);
+ server.on('connection', initializeConnections);
40
if (options.startLiveQueryServer || options.liveQueryServerOptions) {
41
let liveQueryServer = server;
42
if (options.liveQueryPort) {
0 commit comments