Add some support for feature flags in addition to making roll modes work with custom chat formats

This commit is contained in:
Oliver-Akins 2024-09-03 00:40:41 -06:00
parent f238db1c4d
commit 444af027b3
7 changed files with 88 additions and 7 deletions

View file

@ -7,7 +7,12 @@ import { ItemProxy } from "./documents/Item/_proxy.mjs";
// DataModel Imports
import { PlayerData } from "./documents/Actor/Player/Model.mjs";
// Hook Imports
import "./hooks/renderChatMessage.mjs";
import "./hooks/hotReload.mjs";
// Misc Imports
import "./utils/globalTaf.mjs";
import "./utils/logger.mjs";
import "./utils/DialogManager.mjs";
import { registerCustomComponents } from "./components/_index.mjs";