I am testing a rails app with env = production on local. I can not use Thruster to serve assets when I am not turning config.public_file_server.enabled = true at production.rb. Why can not Thruster serve directly assets from public? Does it need rails to do that?