fix links, fix hot reload

This commit is contained in:
2025-12-10 01:37:21 -06:00
parent 37f2cff6ec
commit 752479e250
11 changed files with 526 additions and 240 deletions

View File

@@ -279,12 +279,12 @@ function mount_package(name) {
}
var shop = use('shop')
var dir = shop.get_module_dir(name)
var dir = shop.get_package_dir(name)
if (!dir) {
throw new Error("Package not found: " + name)
}
mount(dir, name)
}