For example with rewriteRules using regexp in the match: ````js rewriteRules = [ { match: /mysite\.localtest\.me/g, replace: 'localhost:3000' }, ] ````