Have Foundry reload automatically when it detects JS changes

This commit is contained in:
Oliver-Akins 2024-03-19 23:29:31 -06:00
parent 0304af3695
commit d69790ce89

View file

@ -33,6 +33,8 @@ const loaders = {
return false;
},
js() {window.location.reload()},
mjs() {window.location.reload()},
};
Hooks.on(`hotReload`, async (data) => {