add hot reload to util

This commit is contained in:
2026-02-25 17:28:11 -06:00
parent 9c1141f408
commit 1cfd5b8133
3 changed files with 46 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
var shop = use('internal/shop')
return {
file_reload: shop.file_reload
file_reload: shop.file_reload,
reload: shop.module_reload
}