ItHasU / MQTTToolbox

A simple web application to manipulate MQTT messages. (Fullstack typescript).
MIT License
1 stars 0 forks source link

Create config file if needed #8

Closed ItHasU closed 3 years ago

ItHasU commented 3 years ago

If config file is not existing or config file fails to load, create a new one empty.

If the config file exists but fails to load, a copy should be created to avoid loosing everything if it can be manually fixed.