FIX: Remove the psudo-documents because they will be used.

This commit is contained in:
Joaquin Pereyra 2025-06-17 18:27:33 -03:00
parent 96ed90b5fc
commit 5463f71526
15 changed files with 1 additions and 611 deletions

View file

@ -5,7 +5,6 @@ import * as ITEM from './itemConfig.mjs';
import * as SETTINGS from './settingsConfig.mjs';
import * as EFFECTS from './effectConfig.mjs';
import * as ACTIONS from './actionConfig.mjs';
import pseudoDocuments from "./pseudoConfig.mjs";
export const SYSTEM_ID = 'daggerheart';
@ -18,5 +17,4 @@ export const SYSTEM = {
SETTINGS,
EFFECTS,
ACTIONS,
pseudoDocuments
};