Actually instantiate the system in Foundry correctly

This commit is contained in:
Oliver-Akins 2024-12-10 22:39:47 -07:00
parent 7af02261d6
commit 49c37b66f8
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,4 @@
// Hooks
import "./hooks/init.mjs";
import "./hooks/ready.mjs";
import "./hooks/hotReload.mjs";