NewLocalFS reads files on initialization and returns the content on Get call but on development workflow if the file changes then it doesn't return the new content. So instead of reading on initialization Get method can read from local file system whenever its called.
NewLocalFSreads files on initialization and returns the content onGetcall but on development workflow if the file changes then it doesn't return the new content. So instead of reading on initializationGetmethod can read from local file system whenever its called.