fix: set config after loading

This commit is contained in:
Aarnav Tale 2025-03-22 13:48:02 -04:00
parent 05898db809
commit 50624d2130
No known key found for this signature in database

View File

@ -30,6 +30,7 @@ class HeadscaleConfig {
config?: typeof headscaleConfig.infer,
) {
this.access = access;
this.config = config;
}
readable() {