Add foundations for the data request sockets
This commit is contained in:
parent
8632054e63
commit
ce6ac8a93b
8 changed files with 48 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import { __ID__ } from "../consts.mjs";
|
|||
import helpers from "../handlebarsHelpers/_index.mjs";
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
import { registerCustomComponents } from "../apps/elements/_index.mjs";
|
||||
import { registerSockets } from "../sockets/_index.mjs";
|
||||
|
||||
Hooks.on(`init`, () => {
|
||||
Logger.debug(`Initializing`);
|
||||
|
|
@ -41,6 +42,7 @@ Hooks.on(`init`, () => {
|
|||
|
||||
registerWorldSettings();
|
||||
|
||||
registerSockets();
|
||||
registerCustomComponents();
|
||||
Handlebars.registerHelper(helpers);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue