I want to save the pagination options [5,20,60] in txt file in the server,
when I edit it, it will effect on the code after refresh without re-compiling the code to server again.
I read the file in the code but how to edit the options to be [10,20,50] without recompiling the code ?
I'm using react + node + typescript