serve
serve copied to clipboard
Is there a way to ignore serve.json for local environment?
I want to have a convenient way to test UI code while using serve -s build. In my project I have a serve.json with CSP props which restricts the content to be rendered on localhost. Is there any option or way to ignore serve.json?