unjs / c12

⚙️ Smart Configuration Loader
MIT License
537 stars 19 forks source link

support watch remote sources #193

Open izayl opened 2 months ago

izayl commented 2 months ago

Describe the feature

for now watch only works for local files, can we add support for remote sources like GitHub files?

Additional information

pi0 commented 2 months ago

It is not a straightforward feature to have. What is your usecase?

izayl commented 2 months ago

I want to split the config and server, load and update config from a git repo, without restart service or release new service version