Move dev-only hooks into their own folder that isn't included in the build

This commit is contained in:
Eldritch-Oliver 2025-10-10 18:45:13 -06:00
parent 8de63e91c7
commit 803c1673e2
7 changed files with 37 additions and 4 deletions

View file

@ -1,7 +1,6 @@
// Hooks
import "./hooks/init.mjs";
import "./hooks/ready.mjs";
import "./hooks/hotReload.mjs";
// Global API
import "./api.mjs";