I am developing SharePoint framework Extensions and need to store settings json file which can be configured anytime by admin/privilege person.(such as a component layout settings/app settings).
What is the best way to store such a settings file without storing database ?
for example - I could create json file when app is starting first time and retrieve the file data next time onwards.
is there any better solution ?