Optimisations and updated readme

This commit is contained in:
2026-07-14 12:50:52 +01:00
parent 9709457b73
commit ff23474a54
33 changed files with 3073 additions and 2426 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const db = require('./db');
const data = require('./data');
const player = require('./player-render');
const player = require('./player/render');
module.exports = {
createPool: db.createPool,