mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-18 05:15:59 +00:00
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
This commit is contained in:
9
node_modules/mysql2/lib/create_pool_cluster.js
generated
vendored
Normal file
9
node_modules/mysql2/lib/create_pool_cluster.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
const PoolCluster = require('./pool_cluster.js');
|
||||
|
||||
function createPoolCluster(config) {
|
||||
return new PoolCluster(config);
|
||||
}
|
||||
|
||||
module.exports = createPoolCluster;
|
||||
Reference in New Issue
Block a user