mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Latest Code
This commit is contained in:
8
node_modules/strong-store-cluster/lib/lib.js
generated
vendored
Normal file
8
node_modules/strong-store-cluster/lib/lib.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
var cluster = require('cluster'),
|
||||
collection = require('./collection.js');
|
||||
|
||||
exports.collection = collection;
|
||||
|
||||
if (cluster.isMaster)
|
||||
require('./master/setup.js');
|
Reference in New Issue
Block a user